leonsal 8 лет назад
Родитель
Сommit
8d1e65d859
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -4,7 +4,6 @@ G3N is a basic (for now!) OpenGL 3D Game Engine written in Go.
 G3N was heavily inspired and based on the [three.js](https://threejs.org/) Javascript 3D library.
 G3N was heavily inspired and based on the [three.js](https://threejs.org/) Javascript 3D library.
 If you are curious about G3N and would like to see it in action
 If you are curious about G3N and would like to see it in action
 we recommend that you install the [G3N demo program](https://github.com/g3n/g3nd).
 we recommend that you install the [G3N demo program](https://github.com/g3n/g3nd).
-The G3N API is not still completely stable.
 
 
 # Dependencies
 # Dependencies
 
 
@@ -52,6 +51,8 @@ G3N was only tested with Go1.7.4+
 The following code shows a basic G3N application 
 The following code shows a basic G3N application 
 ([hellog3n](https://github.com/g3n/engine/tree/master/hellog3n))
 ([hellog3n](https://github.com/g3n/engine/tree/master/hellog3n))
 which shows a wireframed sphere rotating.
 which shows a wireframed sphere rotating.
+You can install hellog3n by:
+`go get -u github.com/g3n/engine/hellog3n`
 For more complex demos please see the [G3N demo program](https://github.com/g3n/g3nd).
 For more complex demos please see the [G3N demo program](https://github.com/g3n/g3nd).