Просмотр исходного кода

Build instructions added.

Clarifying how to build BJS.

There is also a seemingly deprecated documentation page with more information: http://doc.babylonjs.com/how_to/how_to_start
James Koss 7 лет назад
Родитель
Сommit
77e0d57bc9
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      readme.md

+ 4 - 0
readme.md

@@ -124,3 +124,7 @@ If you want to contribute, please read our [contribution guidelines](https://git
 ## Features
 
 To get a complete list of supported features, please visit our [website](https://www.babylonjs.com/#specifications).
+
+## Build
+
+Babylon.js is automatically built using [Gulp](https://gulpjs.com/). For further instructions see the readme at [/Tools/Gulp](https://github.com/BabylonJS/Babylon.js/tree/master/Tools/Gulp).