commit cd444293abf7bbe17c3cdde8d35654e6df55b0a8
parent 90269e535590688b37d953c316ff5c823752c38a
Author: Egg Milk Soup <egg@milksoup.net>
Date: Fri, 10 Jun 2022 06:34:43 -0500
add links to readme
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -5,8 +5,8 @@

## Dependencies:
-* `rolldice` for, uh, rolling dice
-* `bc` for calculations
+* [rolldice](https://github.com/sstrickl/rolldice) for, uh, rolling dice
+* [bc](https://www.gnu.org/software/bc/) for calculations
## Features
* **System-agnostic:** Character sheets are stored as YAML files, and the data structure is not designed with a particular TTRPG system (ie dnd5e). You can make a template for your favorite system! This is also a bit of a downside; `rpgsheet` is quite usable, but you might miss some niceties that it could provide if it knew more about your specific system.