diff options
author | lynx197 <97843108+lynx197@users.noreply.github.com> | 2023-03-01 09:09:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-01 09:09:58 +0100 |
commit | 8c7276c9d4fc8afa05f859297048c7153cc11f5b (patch) | |
tree | 0206c2df82c8ecc7bff24ce4eeeb4d9098ff7416 | |
parent | 514bf3582cd8c46176cba2fc0125fbb76c6b33a9 (diff) | |
download | minetest-8c7276c9d4fc8afa05f859297048c7153cc11f5b.tar.xz |
Add git installation steps for Arch/Alpine to README
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |