mirror of https://gitee.com/answerdev/answer.git
fix the wget link
The original link will download the webpage instead of the yaml file itself. Change it to the raw link.
This commit is contained in:
parent
ae7d734791
commit
ec447cf167
|
@ -22,7 +22,7 @@ To learn more about the project, visit [answer.dev](https://answer.dev).
|
|||
|
||||
```bash
|
||||
mkdir answer && cd answer
|
||||
wget https://github.com/answerdev/answer/blob/main/docker-compose.yaml
|
||||
wget https://raw.githubusercontent.com/answerdev/answer/main/docker-compose.yaml
|
||||
docker-compose up
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue