From a3f8ea35315dc6889b7946812c7356850a36ad33 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 25 Dec 2015 11:26:16 -0800 Subject: [PATCH] CONTRIBUTING.md: Explain what --depth does. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 310f4a15d..85499a29a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ If you're reporting a bug, the more detail you can give, the better. If I can't - 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` -- Clone 4chan X: `git clone https://github.com/ccd0/4chan-x.git --depth 100` +- Clone 4chan X: `git clone https://github.com/ccd0/4chan-x.git`
(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`