Fixes to CONTRIBUTING.md
This commit is contained in:
parent
c28532f6f4
commit
9b6c62128c
@ -18,9 +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 [git](https://git-scm.com/), [node.js](https://nodejs.org/), and [npm](https://www.npmjs.com/) (usually distributed with node), and GNU Make (on Windows, the [MinGW](http://www.mingw.org/) port will work).
|
- Install [git](https://git-scm.com/), [node.js](https://nodejs.org/), [npm](https://www.npmjs.com/) (usually distributed with node), and GNU Make (on Windows, the [MinGW](http://www.mingw.org/) port will work).
|
||||||
- Clone 4chan X: `git clone https://github.com/ccd0/4chan-x.git`<br>(If this is taking too long, you can add `--depth 100` to fetch only recent history.)
|
- Clone 4chan X: `git clone https://github.com/ccd0/4chan-x.git`<br>(If this is taking too long, you can add `--depth 100` to fetch only recent history.)
|
||||||
- Open the directory: `cd 4chan-x`
|
- Open the directory: `cd 4chan-x`
|
||||||
|
- Fetch needed dependencies with: `npm install`
|
||||||
|
|
||||||
### Build
|
### Build
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user