Skip to content

Commit 7f3911f

Browse files
committed
doc: 修正下载配置的地址
1 parent 47db438 commit 7f3911f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
```
1818
$ docker pull icyleafcn/hpr
19-
$ curl -fsSL -o hpr.yml https://raw.githubusercontent.com/icyleaf/hpr/ruby-version/config/hpr.example.yml
19+
$ curl -fsSL -o hpr.yml https://raw.githubusercontent.com/icyleaf/hpr/master/config/hpr.example.yml
2020
$ docker run --name hpr --restart=unless-stopped -d \
2121
-p 8848:8848 \
2222
-v `pwd`/hpr.yml:/app/config/hpr.yml \

docs/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
```bash
88
$ docker pull icyleafcn/hpr
9-
$ curl -fsSL -o hpr.yml https://raw.githubusercontent.com/icyleaf/hpr/ruby-version/config/hpr.example.yml
9+
$ curl -fsSL -o hpr.yml https://raw.githubusercontent.com/icyleaf/hpr/master/config/hpr.example.yml
1010
```
1111

1212
根据自己的情况修改 `hpr.yml` 文件,核心需要修改的参数有如下两项:

0 commit comments

Comments
 (0)