diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-17 22:13:17 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2022-05-17 22:13:17 +0200 |
commit | 147aaf326ff194bd8daa9ae1baadb971c0be0fe7 (patch) | |
tree | 8183f1faea2cb29fc9372953ec53e42395018890 | |
parent | 21df26984da91143c15587f5a03c98d68c3adc4e (diff) | |
download | dragonfireclient-147aaf326ff194bd8daa9ae1baadb971c0be0fe7.tar.xz |
Fix build instructions
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -172,8 +172,8 @@ For Fedora users: Download source (this is the URL to the latest of source repository, which might not work at all times) using Git: - git clone --depth 1 https://github.com/EliasFleckenstein03/dragonfireclient - cd minetest + git clone --depth 1 https://github.com/dragonfireclient/dragonfireclient + cd dragonfireclient Download minetest_game (otherwise only the "Development Test" game is available) using Git: |