simpler dependencies and installation instructions

This commit is contained in:
OgelGames 2020-03-08 22:49:15 +11:00
parent 731fbae01b
commit 41e17208af

@ -76,15 +76,21 @@ Currently there are three different powerbanks:
## Dependencies
Currently this mod only depends on `default` from [Minetest Game](https://github.com/minetest/minetest_game), and [`technic`](https://github.com/minetest-mods/technic).
**Required**
- `default` (included in [Minetest Game](https://github.com/minetest/minetest_game))
- [`technic`](https://github.com/minetest-mods/technic)
**Optional**
-
## Installation
To install this mod, simply download it using one of the methods below, and place it in one of [Minetest's mod folders](https://dev.minetest.net/Installing_Mods).
Download the [master branch](https://github.com/OgelGames/powerbanks/archive/master.zip) or the [latest release](https://github.com/OgelGames/powerbanks/releases), or clone the repository using Git or the [GitHub Desktop](https://desktop.github.com/) app, and follow [these instructions](https://dev.minetest.net/Installing_Mods).
- Clone the Git repository using `git clone https://github.com/OgelGames/powerbanks.git` or the [GitHub Desktop](https://desktop.github.com/) app.
- Download the Git repository as a ZIP file: https://github.com/OgelGames/powerbanks/archive/master.zip
- Download the latest stable release: https://github.com/OgelGames/powerbanks/releases
Alternatively, you can download and install the mod from [ContentDB](https://content.minetest.net/packages/OgelGames/powerbanks) from the online content tab in Minetest.
## License