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

Commit

Permalink
Merge pull request #175 from vania-pooh/master
Browse files Browse the repository at this point in the history
Updating CM version to latest
  • Loading branch information
vania-pooh authored Jul 30, 2017
2 parents dd7433a + 5f1712a commit 429fe17
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 429fe17

Please sign in to comment.