浏览代码

Merge pull request #765 from miohtama/patch-1

Added link to library build instructions
Mr.doob 13 年之前
父节点
当前提交
95aa0a6197
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>