Update build/install directions

This commit is contained in:
John Firebaugh
2013-04-22 10:54:00 -07:00
parent aedd5ee46e
commit 78feda0294

View File

@@ -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