mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-10-31 21:33:02 +00:00
Update installation instructions for git
we should recommend that everyone checks out the latest release, even when installing via git.
This commit is contained in:
parent
f7530da608
commit
5fe84ada79
2 changed files with 6 additions and 1 deletions
|
@ -100,7 +100,10 @@ date: 2000-01-01
|
|||
|
||||
<pre><code>cd path/to/worldmods;
|
||||
git clone https://github.com/Uberi/Minetest-WorldEdit.git worldedit;
|
||||
git clone https://github.com/sbrl/Minetest-WorldEditAdditions.git worldeditadditions;</code></pre>
|
||||
git clone https://github.com/sbrl/Minetest-WorldEditAdditions.git worldeditadditions;
|
||||
cd worldeditadditions;
|
||||
git checkout "$(git describe --tags --abbrev=0)";</code></pre>
|
||||
|
||||
|
||||
<p><a class="bigbutton" href="https://github.com/sbrl/Minetest-WorldEditAdditions">Source code on GitHub</a></p>
|
||||
</div>
|
||||
|
|
|
@ -128,6 +128,8 @@ cd WorldEditAdditions
|
|||
git checkout "$(git describe --tags --abbrev=0)";
|
||||
```
|
||||
|
||||
If you do not checkout the latest release, you will be using the development version of WorldEditAdditions. While every effort is made to ensure that the development version is stable at all times, this is not a guarantee.
|
||||
|
||||
Windows users, you'll need to check the [releases page](https://github.com/sbrl/Minetest-WorldEditAdditions/releases) and find the name of the latest release, then do this instead of the `git checkout` above:
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue