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 20:14:47 -07:00
committed by Denise
parent 848e16dd72
commit d397852bd2
@@ -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
``` ```