Browse Source

Improved build instructions.

Mr.doob 8 years ago
parent
commit
c1b8d4c9ef
1 changed files with 5 additions and 7 deletions
  1. 5 7
      utils/build/README.md

+ 5 - 7
utils/build/README.md

@@ -1,10 +1,8 @@
-The build system now makes use of Node and npm.
+## Setup
 
-## Necessities
+- Install [Node.js](https://nodejs.org/)
+- Execute `npm install`
 
-- To build Three.js, install [Node.js](https://nodejs.org/)
-- Execute 'npm install'
+## Build
 
-## Building
-
-- Execute 'npm run build-closure' 
+- Execute `npm run build` (`npm run build-closure` or `npm run build-uglify` for minifying)