mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2024-11-29 05:13:50 +01:00
Installation instructions
This commit is contained in:
parent
8c04e87930
commit
b578a1f7f4
13
README.md
13
README.md
|
@ -1,3 +1,16 @@
|
||||||
# Dice-roller
|
# Dice-roller
|
||||||
|
|
||||||
This is a little dice roller chucked together because I couldn't be bothered to calculate every dicethrow in a rather unbalanced D&D campaign where a single attack could easily deal 5d8 damage every few turns.
|
This is a little dice roller chucked together because I couldn't be bothered to calculate every dicethrow in a rather unbalanced D&D campaign where a single attack could easily deal 5d8 damage every few turns.
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
### Alpine
|
||||||
|
|
||||||
|
Presently I only have an Alpine package which can be found in [my repository](https://alpine.voidcruiser.nl).
|
||||||
|
Instructions on how to add it can be found on the page.
|
||||||
|
|
||||||
|
### Compiling
|
||||||
|
|
||||||
|
1. Make sure you have at least Go 1.17 installed.
|
||||||
|
2. Clone this repository `git clone https://gitlab.com/EternalWanderer/die-roller.git`
|
||||||
|
3. Move into the directory and type `make install`
|
||||||
|
|
Loading…
Reference in a new issue