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

Merge pull request #49 from ankush981/ankush981-go-version

Update README.md
Daniel Salvadori 7 лет назад
Родитель
Сommit
913d5f2114
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -21,6 +21,8 @@ G3N was heavily inspired by [three.js](https://threejs.org/).
 
 
 ## Dependencies
 ## Dependencies
 
 
+**G3N requires Go 1.8+**
+
 The engine needs an OpenGL driver installed in the system and on Unix like systems
 The engine needs an OpenGL driver installed in the system and on Unix like systems
 depends on some C libraries that can be installed using the distribution package manager.
 depends on some C libraries that can be installed using the distribution package manager.
 In all cases it is necessary to have a gcc compatible C compiler installed.
 In all cases it is necessary to have a gcc compatible C compiler installed.
@@ -48,8 +50,6 @@ In all cases it is necessary to have a gcc compatible C compiler installed.
   your are using [Homebrew](https://brew.sh/) as your package manager, run:
   your are using [Homebrew](https://brew.sh/) as your package manager, run:
   `brew install libvorbis openal-soft`
   `brew install libvorbis openal-soft`
 
 
-G3N requires Go 1.8+
-
 ## Installation
 ## Installation
 
 
 The following command will download the engine and all its dependencies, compile and
 The following command will download the engine and all its dependencies, compile and