From 4d24e4e884e257412bba220483148090fab6d1d1 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 20 Jun 2021 02:03:44 +0100 Subject: [PATCH] docs: Add WorldEdit dependency to git installation instructions --- .docs/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.docs/index.html b/.docs/index.html index 219e28e..8093078 100644 --- a/.docs/index.html +++ b/.docs/index.html @@ -84,11 +84,11 @@ date: 2000-01-01

Git

- -

Clone using Git:

+

WorldEditAdditions is dependent on WorldEdit. Clone using Git:

cd path/to/worldmods;
-git clone https://github.com/sbrl/Minetest-WorldEditAdditions.git;
+git clone https://github.com/Uberi/Minetest-WorldEdit.git worldedit; +git clone https://github.com/sbrl/Minetest-WorldEditAdditions.git worldeditadditions;

Source code on GitHub