Change halo running command with nohup

pull/195/head
johnniang 2019-06-10 20:18:58 +08:00
parent 5b2591b5c3
commit dd30b83ee9
1 changed files with 1 additions and 1 deletions

View File

@ -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>