doc: update readme docker-compose download url

This commit is contained in:
LinkinStar 2022-10-24 10:26:18 +08:00
parent 80c69175a5
commit 75e22100e4
2 changed files with 2 additions and 2 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
```

View File

@ -22,7 +22,7 @@
```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
```