From 78feda0294aee52d2a7ec20a0fc819e330f2a919 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 22 Apr 2013 10:54:00 -0700 Subject: [PATCH] Update build/install directions --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1233ee861..30e10b915 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -150,11 +150,11 @@ and a few modules: ## Building / Installing -You can build and install a concatenated and minified version of iD with the command `make install`. -Node.js is required for this. +You can build a concatenated and minified version of iD with the command `make`. Node.js is +required for this. -By default iD will be built to the `build` directory, but you can move it elsewhere or specify the -build location with `make install install_root=/path/to/install`. +iD will be built to the `dist` directory. This directory is self-contained; you can copy it +into the public directory of your webserver to deploy iD. ## Licensing