From b578a1f7f49f2f0a0028efe0d4420453ef3d6ef2 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 7 Aug 2022 12:23:46 +0200 Subject: [PATCH 1/2] 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` From a1a43e0d4e6838fd6c18e29a5b028ed80dcbfdee Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sun, 7 Aug 2022 12:24:29 +0200 Subject: [PATCH 2/2] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cf0efc..3fefd23 100644 --- a/README.md +++ b/README.md @@ -12,5 +12,5 @@ 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` +2. Clone this repository `git clone https://gitlab.com/EternalWanderer/dice-roller.git` 3. Move into the directory and type `make install`