Skip to content

Commit

Permalink
Change halo running command with nohup
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnNiang committed Jun 10, 2019
1 parent 5b2591b commit dd30b83
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 @@ -38,7 +38,7 @@ wget https://github.com/halo-dev/halo/releases/download/v1.0.1/halo-1.0.1.jar -O
### 启动 Halo

```bash
nohup java -jar halo-latest.jar &
nohup java -jar halo-latest.jar >/dev/null 2>&1&
```

详细文档请移步:<https://halo.run/docs>
Expand Down

0 comments on commit dd30b83

Please sign in to comment.