Update README.md
This commit is contained in:
parent
d03ef3ea7c
commit
3e2bf5fe1b
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -43,3 +43,15 @@ fundryrolltable.sh ["inputfile"] ["Title"]
|
||||||
```
|
```
|
||||||
## Step 4
|
## Step 4
|
||||||
create an empty rolltable in foundry, right click and import, upload JSON from step 3
|
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
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue