mirror of https://github.com/halo-dev/halo
Remove dollar sign before bash
parent
6eb8af9e94
commit
8ee970300c
|
@ -26,19 +26,19 @@
|
|||
### 下载最新的 Halo 安装包
|
||||
|
||||
```bash
|
||||
$ curl -L https://github.com/halo-dev/halo/releases/download/v1.0.0-beta.9/halo-1.0.0-beta.9.jar --output halo-latest.jar
|
||||
curl -L https://github.com/halo-dev/halo/releases/download/v1.0.0-beta.9/halo-1.0.0-beta.9.jar --output halo-latest.jar
|
||||
```
|
||||
|
||||
或者
|
||||
|
||||
```bash
|
||||
$ wget https://github.com/halo-dev/halo/releases/download/v1.0.0-beta.9/halo-1.0.0-beta.9.jar -O halo-latest.jar
|
||||
wget https://github.com/halo-dev/halo/releases/download/v1.0.0-beta.9/halo-1.0.0-beta.9.jar -O halo-latest.jar
|
||||
```
|
||||
|
||||
### 启动 Halo
|
||||
|
||||
```bash
|
||||
$ nohup java -jar halo-latest.jar &
|
||||
nohup java -jar halo-latest.jar &
|
||||
```
|
||||
|
||||
详细文档请移步:<https://halo.run/docs>
|
||||
|
|
Loading…
Reference in New Issue