From 8c7276c9d4fc8afa05f859297048c7153cc11f5b Mon Sep 17 00:00:00 2001 From: lynx197 <97843108+lynx197@users.noreply.github.com> Date: Wed, 1 Mar 2023 09:09:58 +0100 Subject: [PATCH] Add git installation steps for Arch/Alpine to README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.44.0