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