mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-25 20:48:11 +00:00
Fixing step 4.3's typo
Fixing the typo in the command to check if RKE is running using "./rke_darwin-amd64 ---version" does not run because of the typo.
This commit is contained in:
@@ -213,7 +213,7 @@ RKE is a fast, versatile Kubernetes installer that you can use to install Kubern
|
|||||||
|
|
||||||
```
|
```
|
||||||
# MacOS
|
# MacOS
|
||||||
$ ./rke_darwin-amd64 ---version
|
$ ./rke_darwin-amd64 --version
|
||||||
# Linux
|
# Linux
|
||||||
$ ./rke_linux-amd64 --version
|
$ ./rke_linux-amd64 --version
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user