Update README.md

This commit is contained in:
sumoomus 2020-06-29 10:42:55 -04:00 committed by GitHub
parent 791d319e22
commit 55deb467e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

View File

@ -43,22 +43,22 @@ Linux:
2) Download code (OpenClient & minetest_game)
```
wget https://github.com/MinetestClients/OpenClient/archive/v1.1.tar.gz
tar xf OpenClient-1.1.tar.gz
cd OpenClient-1.1
cd games/
wget https://github.com/minetest/minetest_game/archive/5.0.1.tar.gz
tar xf minetest_game-5.0.1.tar.gz
cd ..
wget https://github.com/MinetestClients/OpenClient/archive/v1.1.tar.gz
tar xf OpenClient-1.1.tar.gz
cd OpenClient-1.1
cd games/
wget https://github.com/minetest/minetest_game/archive/5.0.1.tar.gz
tar xf minetest_game-5.0.1.tar.gz
cd ..
```
3) Build:
3) Build:
```
cmake . -DRUN_IN_PLACE=TRUE
make -j$(nproc)
cmake . -DRUN_IN_PLACE=TRUE
make -j$(nproc)
```
4) Run:
4) Run:
`./bin/minetest`
Windows: