Преглед на файлове

Merge branch 'master' of https://github.com/g3n/engine

Daniel Salvadori преди 6 години
родител
ревизия
417cc1bd36
променени са 1 файла, в които са добавени 7 реда и са изтрити 3 реда
  1. 7 3
      README.md

+ 7 - 3
README.md

@@ -56,9 +56,13 @@ Install the development files of OpenAL and Vorbis using [Homebrew](https://brew
 
   ## Installation
 
-  The following command will download and install the engine along with all its Go dependencies:
-
-  `go get -u github.com/g3n/engine/...`
+  The following set of commands will download and install the engine along with all its Go dependencies:
+  
+  ```
+  git clone https://github.com/g3n/engine g3n-engine
+  cd g3n-engine
+  go install ./...
+  ```
 
   ## Features