1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

OCPBUGS#8025: Fix tar command

This commit is contained in:
Servesha Dudhgaonkar
2023-03-01 07:43:42 +05:30
committed by openshift-cherrypick-robot
parent 6868f9d654
commit e1457ac2ab
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ image::CLI-list.png[]
+
[source,terminal]
----
$ tar xvzf <file>
$ tar xvf <file>
----
. Move the `oc` binary to a directory that is on your `PATH`.
+

View File

@@ -101,7 +101,7 @@ endif::[]
+
[source,terminal]
----
$ tar xvzf <file>
$ tar xvf <file>
----
. Place the `oc` binary in a directory that is on your `PATH`.
+