This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/cloudstack-cloudmonkey.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new f92a9aa Updated Getting Started (markdown)
f92a9aa is described below
commit f92a9aa6fcd3a910fc663d517e1525c14e066196
Author: Rohit Yadav <[email protected]>
AuthorDate: Thu Mar 14 12:53:39 2019 +0530
Updated Getting Started (markdown)
---
Getting-Started.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Getting-Started.md b/Getting-Started.md
index bd8b75f..3cc7b77 100644
--- a/Getting-Started.md
+++ b/Getting-Started.md
@@ -1,8 +1,8 @@
-# Installation
+## Installation
To install the modern Apache CloudStack cloudmonkey or `cmk`, please download
the binary from the latest release:
https://github.com/apache/cloudstack-cloudmonkey/releases
-## Install on Linux and Mac OSX
+### Install on Linux and Mac OSX
Download the binary for Linux or Mac based on your platform and move it to a
directory that is on `$PATH` such as `/usr/local/bin`. For example:
```
@@ -10,7 +10,7 @@ sudo wget <file link> -O /usr/local/bin/cmk
sudo chmod +x /usr/local/bin/cmk
```
-## Install on Windows
+### Install on Windows
Download the Windows specific `.exe` executable file and copy it to a
directory which on the cmd's PATH such as `C:\Windows\System32\`. Launch
cmd.exe or powershell and see if you can run/access `cmk.exe`.