aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2022-05-17 22:13:17 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2022-05-17 22:13:17 +0200
commit147aaf326ff194bd8daa9ae1baadb971c0be0fe7 (patch)
tree8183f1faea2cb29fc9372953ec53e42395018890
parent21df26984da91143c15587f5a03c98d68c3adc4e (diff)
downloaddragonfireclient-147aaf326ff194bd8daa9ae1baadb971c0be0fe7.tar.xz
Fix build instructions
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b28a0ff06..410ca91a0 100644
--- a/README.md
+++ b/README.md
@@ -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: