Add missing . in path to gs-app-server
This commit is contained in:
parent
7ea9f2a7ef
commit
3fc9ebafdf
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue