Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
Updating CM version to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Jul 30, 2017
1 parent dd7433a commit 5f1712a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/quick-start-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
+
**On Linux:**

$ curl -L -o cm https://github.com/aerokube/cm/releases/download/1.1.2/cm_linux_amd64
$ curl -L -o cm https://github.com/aerokube/cm/releases/download/1.2.1/cm_linux_amd64
$ chmod +x ./cm
$ ./cm selenoid start --vnc

+
**On Mac:**

$ curl -L -o cm https://github.com/aerokube/cm/releases/download/1.1.2/cm_darwin_amd64
$ curl -L -o cm https://github.com/aerokube/cm/releases/download/1.2.1/cm_darwin_amd64
$ chmod +x ./cm
$ ./cm selenoid start --vnc

+
**On Windows** - just download the binary with your browser or if you have https://en.wikipedia.org/wiki/PowerShell[Powershell] type:

> curl -L -o cm.exe https://github.com/aerokube/cm/releases/download/1.1.2/cm_windows_amd64
> curl -L -o cm.exe https://github.com/aerokube/cm/releases/download/1.2.1/cm_windows_amd64
> ./cm.exe selenoid start --vnc

+
Expand Down

0 comments on commit 5f1712a

Please sign in to comment.