diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,8 +10,8 @@ Binaries will not be provided until Brok[en]gine reaches version 1.0, if you wan 1. Use [git](git-scm.com) to download this with submodules `git clone --recurse-submodules https://cogarr.net/source/cgi.cgit/brokengine` 2. Download make, g++, ect. Windows users can use [mingw](https://mingw.org). Open a terminal and cd into this folder, and run `make` -3. Binaries can be found in /bin/(client|server)/bin/ -4. Initally ran scripts can be found at /bin/(client|server)/data/init.lua +3. Binaries can be found in bin/(client|server)/bin/ +4. Initally ran scripts can be found at bin/(client|server)/data/init.lua ## Documentation Currently, documentation does not exist... I'll get around to it before 1.0 |
