From b578a1f7f49f2f0a0028efe0d4420453ef3d6ef2 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 7 Aug 2022 12:23:46 +0200 Subject: [PATCH] Installation instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 18906df..2cf0efc 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # 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. + +## 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`