aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCora de la Mouche <73539712+corarona@users.noreply.github.com>2023-04-11 00:34:58 +0200
committerGitHub <noreply@github.com>2023-04-11 00:34:58 +0200
commitf8fd5c11b645c2f35e3b46fa72844ceb25bbde2e (patch)
treeffdb2573793c99162001b435bf02d7bd45ba66eb
parent296cce39d33bf6dab2b41504321f18c2574f164b (diff)
parentc66ae6717aaab5a504866c7d6532f9e224657750 (diff)
downloaddragonfireclient-f8fd5c11b645c2f35e3b46fa72844ceb25bbde2e.tar.xz
Merge pull request #59 from PrairieAstronomer/readme_irrlicht_change
Add exact irrlichtmt version to the clone command
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4fef8f0c0..6cc6c9634 100644
--- a/README.md
+++ b/README.md
@@ -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: