From: lynx197 <97843108+lynx197@users.noreply.github.com> Date: Wed, 1 Mar 2023 08:09:58 +0000 (+0100) Subject: Add git installation steps for Arch/Alpine to README X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=8c7276c9d4fc8afa05f859297048c7153cc11f5b;p=minetest.git Add git installation steps for Arch/Alpine to README --- 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