Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added:

* Clone process
* making a steemit.com/tmp folder
* link to NVM
  • Loading branch information
Jacob Gadikian authored Sep 25, 2016
1 parent a9b165b commit c23237d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,17 @@ Steemit

## Installation

# Clone the repository and make the tmp folder
```bash
git clone https://github.com/steemit/steemit.com
cd steemit.com
mkdir tmp
```

#### Install dependencies

```bash
# Install at least Node v6.3 if you don't already have it (NVM recommended)
# Install at least Node v6.3 if you don't already have it ([NVM](https://github.com/creationix/nvm) recommended)
nvm install v6

npm install
Expand Down

0 comments on commit c23237d

Please sign in to comment.