From 3bd0695746c323a160b6552b3dedbf7e31e42873 Mon Sep 17 00:00:00 2001 From: Ivan Krutov Date: Tue, 1 Dec 2020 07:20:46 +0300 Subject: [PATCH] Better quick start guide (fixes #282) --- docs/selenoid-commands.adoc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/selenoid-commands.adoc b/docs/selenoid-commands.adoc index 488c66e..86bdb39 100644 --- a/docs/selenoid-commands.adoc +++ b/docs/selenoid-commands.adoc @@ -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] ----