Add install instructions

This commit is contained in:
Brayd 2023-04-21 19:06:11 +02:00
parent c6104251da
commit 54c4505f8d
Signed by: brayd
GPG Key ID: C2B176B9DEB8BA48
1 changed files with 10 additions and 1 deletions

View File

@ -1,2 +1,11 @@
# Arbuinia
The Arbinia [Minetest](https://minetest.net) game adds custom and unique features to Minetest.
The Arbinia [Minetest](https://minetest.net) game adds custom and unique features to Minetest.
## Installing
Clone this repo into your `.minetest/games` folder and initialize the submodules using the following commands:
```bash
$ git clone https://code.braydmedia.de/Arbuinia/Arbuinia.git
$ cd Arbuinia
$ git submodule init
$ git submodule update
```