Skip to content

Commit

Permalink
Update command to start daemon in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista committed Jan 26, 2024
1 parent 3ed5f85 commit 3047969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ curl -sLO https://github.com/pandas-dev/github-doc-previewer/releases/download/v
To start the server:

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

## Configuration
Expand Down

0 comments on commit 3047969

Please sign in to comment.