We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a49d945 commit 2f178faCopy full SHA for 2f178fa
README.md
@@ -40,21 +40,18 @@ Requirements:
40
* NPM `>= 1.1.16`
41
42
Install:
43
-
44
- # Be sure you have sourcemint installed:
45
46
- npm install -g sm
47
48
- # Then:
49
50
- sm clone --dev https://github.com/ajaxorg/cloud9/tree/master cloud9
51
52
- # or
53
54
- git clone https://github.com/ajaxorg/cloud9.git cloud9
55
- cd cloud9
56
- sm install
57
+```sh
+# Be sure you have sourcemint installed:
+npm install -g sm
+
+# Then:
+sm clone --dev https://github.com/ajaxorg/cloud9/tree/master cloud9
+# or
+git clone https://github.com/ajaxorg/cloud9.git cloud9
+cd cloud9
+sm install
+```
58
59
60
The above install steps create a `cloud9` directory in your current directory. Just `cd` into it
0 commit comments