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

Commit

Permalink
Better quick start guide (fixes #282)
Browse files Browse the repository at this point in the history
  • Loading branch information
vania-pooh committed Dec 1, 2020
1 parent 414b5fd commit 3bd0695
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/selenoid-commands.adoc
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
== Quick Start Guide

This guide will show how to start Selenoid in a fastest way with help of Configuration Manager.
First, you need to download latest release binary from https://github.com/aerokube/cm/releases/latest[GitHub releases] for your platform (linux/darwin/windows).
To start Selenoid:

Having a binary launch one command:
. Download the latest release binary from https://github.com/aerokube/cm/releases/latest[GitHub releases] for your platform (linux/darwin/windows).

. Having the binary launch one command:
+
.On Linux and Mac OS
[source,bash]
----
$ ./cm selenoid start --vnc
----

+
.On Windows
[source,powershell]
----
Expand Down

0 comments on commit 3bd0695

Please sign in to comment.