From 3e2bf5fe1b987f6827b0c8114cb0e620f254dc7c371d4a36e0f1f1be3660255f Mon Sep 17 00:00:00 2001 From: Techognito Date: Fri, 15 Aug 2025 22:56:33 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 0a47ee0..06320b4 100644 --- a/README.md +++ b/README.md @@ -43,3 +43,15 @@ fundryrolltable.sh ["inputfile"] ["Title"] ``` ## Step 4 create an empty rolltable in foundry, right click and import, upload JSON from step 3 + + +# Debugger script +To use the debugger script link it to you bin or to /usr/bin + +```bash +ln -s /path/to/debugger.sh ~/bin/debugger +``` +alternatively: +```bash +ln -s /path/to/debugger.sh /usr/bin/debugger +``` \ No newline at end of file