Update README.md

unbroken
unfa 2021-07-12 22:48:57 +02:00 committed by GitHub
parent 7dfd455e2d
commit 111d3455e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -26,7 +26,7 @@ https://chat.unfa.xyz/channel/liblast
### GNU/Linux
1. Make sure you have `git` and `git-lfs` installed.
1. Make sure you have `git`, `git-lfs` and `unzip` installed.
2. Clone the Git repository:
```
@ -50,12 +50,13 @@ git pull
6. Extract the godot editor binary:
```
tar -xvf ./Godot/godot-v4.0.dev.calinou.94c31ba30.Linux-x64.tar.gz
cd ./Godot
unzip godot-linux-nightly-x86_64.zip
```
7. Run the Godot editor binary and load the project:
```
./godot-v4.0.dev.calinou.94c31ba30.Linux-x64 ./Game/project.godot
./godot ../Game/project.godot
```
Once Godot editor loads the project, hit `F5` to start the game