Update README.md

This commit is contained in:
Techognito 2025-08-15 22:56:33 +02:00
parent d03ef3ea7c
commit 3e2bf5fe1b

View file

@ -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
```