Skip to content

Commit

Permalink
change markdown ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
shinwang1 committed Jul 27, 2016
1 parent d19509b commit 33458e0
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ I will use the **$** to represent the mac terminal prompt.

1. Install Node.js to your system by downloading [NodeJS](https://nodejs.org/en)
2. To check if you already have a version of node:
```
$ node -v
```
```
$ node -v
```
3. Since [node package manager](https://www.npmjs.com/) (npm) comes with the node install, all you’ll have to do is to do is to make sure that it’s up-to-date:
```
$ npm install npm -g
Expand All @@ -38,3 +38,5 @@ $ git init
```
$ git remote add origin <your-project-repo.git>
```
9. Add, commit, and push to Github

0 comments on commit 33458e0

Please sign in to comment.