diff --git a/README.md b/README.md index a259f2ff..0da9992c 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/README_CN.md b/README_CN.md index acf1f0f0..142887e5 100644 --- a/README_CN.md +++ b/README_CN.md @@ -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 ```