CONTRIBUTING.md: Give the command line where possible.
This commit is contained in:
parent
5df5e6dda6
commit
1c6d093311
@ -18,10 +18,10 @@ If you're reporting a bug, the more detail you can give, the better. If I can't
|
|||||||
### Get started
|
### Get started
|
||||||
|
|
||||||
- Install [node.js](http://nodejs.org/).
|
- Install [node.js](http://nodejs.org/).
|
||||||
- Install [Grunt's CLI](http://gruntjs.com/) with `npm install -g grunt-cli`.
|
- Install [Grunt's CLI](http://gruntjs.com/): `npm install -g grunt-cli`
|
||||||
- Clone 4chan X.
|
- Clone 4chan X: `git clone https://github.com/ccd0/4chan-x.git`
|
||||||
- `cd` into it.
|
- Open the directory: `cd 4chan-x`
|
||||||
- Install/Update 4chan X dependencies with `npm install`.
|
- Install/Update 4chan X dependencies: `npm install`
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user