Add missing . in path to gs-app-server

This commit is contained in:
Michael K Johnson 2021-09-27 19:34:59 -04:00
commit 3fc9ebafdf

View file

@ -65,7 +65,7 @@ If gs-app-server is not found, then perhaps ~/.local/bin is not in
your path. You can either add it to your path, or you can run:
```
~/local/bin/gs-app-server --debug
~/.local/bin/gs-app-server --debug
```
### Testing Locally (with Docker)