Skip to content

Commit 3047969

Browse files
Update command to start daemon in the docs
1 parent 3ed5f85 commit 3047969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ curl -sLO https://github.com/pandas-dev/github-doc-previewer/releases/download/v
3232
To start the server:
3333

3434
```
35-
nohub docs-previewer -c /path/to/config.toml > /path/to/log &
35+
nohup doc-previewer > /var/log/doc-previewer.log 2>&1 &
3636
```
3737

3838
## Configuration

0 commit comments

Comments
 (0)