aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlynx197 <97843108+lynx197@users.noreply.github.com>2023-03-01 09:09:58 +0100
committerGitHub <noreply@github.com>2023-03-01 09:09:58 +0100
commit8c7276c9d4fc8afa05f859297048c7153cc11f5b (patch)
tree0206c2df82c8ecc7bff24ce4eeeb4d9098ff7416
parent514bf3582cd8c46176cba2fc0125fbb76c6b33a9 (diff)
downloadminetest-8c7276c9d4fc8afa05f859297048c7153cc11f5b.tar.xz
Add git installation steps for Arch/Alpine to README
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 3e6a7f132..918cbdf48 100644
--- a/README.md
+++ b/README.md
@@ -170,6 +170,14 @@ For Fedora users:
sudo dnf install git
+For Arch users:
+
+ sudo pacman -S git
+
+For Alpine users:
+
+ sudo apk add git
+
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