Browse Source

Merge branch 'master' into dev

Mr.doob 13 years ago
parent
commit
a51766a71a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -81,6 +81,7 @@ More? [#three.js on irc.freenode.net](http://webchat.freenode.net/?channels=thre
 ### Usage ###
 
 Download the [minified library](http://mrdoob.github.com/three.js/build/Three.js) and include it in your html.
+Alternatively see [how to build the library yourself](https://github.com/mrdoob/three.js/wiki/build.py,-or-how-to-generate-a-compressed-Three.js-file). 
 
 ```html
 <script src="js/Three.js"></script>