]> git.lizzy.rs Git - minetest.git/commitdiff
Add git installation steps for Arch/Alpine to README
authorlynx197 <97843108+lynx197@users.noreply.github.com>
Wed, 1 Mar 2023 08:09:58 +0000 (09:09 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Mar 2023 08:09:58 +0000 (09:09 +0100)
README.md

index 3e6a7f132a2ad47318532823351e03a70ef7e9dd..918cbdf483f14d6bd9ee513f4c2a439ed458e314 100644 (file)
--- 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