Skip to content

Commit ee78014

Browse files
author
Ruben Daniels
committed
Merge pull request #2663 from ulikoehler/master
Improve readability of Install section in README
2 parents 7b67bb8 + 2f178fa commit ee78014

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

README.md

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,18 @@ Requirements:
4040
* NPM `>= 1.1.16`
4141

4242
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-
43+
```sh
44+
# Be sure you have sourcemint installed:
45+
npm install -g sm
46+
47+
# Then:
48+
sm clone --dev https://github.com/ajaxorg/cloud9/tree/master cloud9
49+
50+
# or
51+
git clone https://github.com/ajaxorg/cloud9.git cloud9
52+
cd cloud9
53+
sm install
54+
```
5855

5956

6057
The above install steps create a `cloud9` directory in your current directory. Just `cd` into it

0 commit comments

Comments
 (0)