From 46acfa49324daf767a729807492724b59855ccca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Wed, 1 Dec 2021 07:00:24 +0000 Subject: [PATCH] Add pbcopy --- docs/Howtos/HowtoCentOS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/Howtos/HowtoCentOS.md b/docs/Howtos/HowtoCentOS.md index 188a3b7..e109cc6 100644 --- a/docs/Howtos/HowtoCentOS.md +++ b/docs/Howtos/HowtoCentOS.md @@ -1,5 +1,11 @@ # HowtoCentOS +Copy to clipper + +```console +cat | pbcopy +``` + Upgrade from 8 to Stream. ```console