mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01:00
Add git installation steps for Arch/Alpine to README
This commit is contained in:
parent
514bf3582c
commit
8c7276c9d4
1 changed files with 8 additions and 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
|
||||
|
|
Loading…
Add table
Reference in a new issue