Update build instructions.

This commit is contained in:
ccd0 2016-04-11 00:33:31 -07:00
parent 764a47116e
commit 858713b335

View File

@ -17,15 +17,13 @@ If you're reporting a bug, the more detail you can give, the better. If I can't
### Get started
- Install [git](https://git-scm.com/), [node.js](https://nodejs.org/), and [npm](https://www.npmjs.com/).
- Install [Grunt's CLI](http://gruntjs.com/): `npm install -g grunt-cli`
- 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).
- 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`
- Install/Update 4chan X dependencies: `npm install`
### Build
- Build with `grunt`.
- Build with `make`.
### Contribute