]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - README.md
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
[dragonfireclient.git] / README.md
index 8d0e68e0cd7fa2fb297609db662dc98eaff9da7f..6cc6c9634134714e562afaadc30a63146716e996 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ and contributors (see source file comments and the version control log)
 
 In case you downloaded the source code
 --------------------------------------
-If you downloaded the Minetest Engine source code in which this file is
+If you downloaded the Dragonfire Client source code in which this file is
 contained, you probably want to download the [Minetest Game](https://github.com/minetest/minetest_game/)
 project too. See its README.txt for more information.
 
@@ -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/minetest/minetest.git
-    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:
 
@@ -181,7 +181,7 @@ Download minetest_game (otherwise only the "Development Test" game is available)
 
 Download IrrlichtMt to `lib/irrlichtmt`, it will be used to satisfy the IrrlichtMt dependency that way:
 
-    git clone --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt
+    git clone --branch 1.9.0mt7 --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt
 
 Download source, without using Git: