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:
Avirek Ghatia
2018-06-17 19:26:37 -07:00
committed by Denise
parent 848e16dd72
commit d397852bd2

View File

@@ -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
```