mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-04-16 11:25:36 +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
|
||||
$ ./rke_darwin-amd64 ---version
|
||||
$ ./rke_darwin-amd64 --version
|
||||
# Linux
|
||||
$ ./rke_linux-amd64 --version
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user