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:
Yu Zhuohao 2022-10-24 11:25:07 +08:00 committed by LinkinStars
parent ae7d734791
commit ec447cf167
1 changed files with 1 additions and 1 deletions

View File

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