diff --git a/README.md b/README.md index 6b87572f..92b9109b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![logo](docs/img/logo.png) +![logo](docs/img/answer-logo-flat.svg) # Answer - Simple Q&A Community @@ -10,7 +10,7 @@ This is a minimalist open source Q&A community. Users can post questions and others can answer them. ![abstract](docs/img/abstract.png) -## Why? +## Why Answer? - Help companies build knowledge and Q&A communities better and faster. ## Features @@ -20,9 +20,9 @@ This is a minimalist open source Q&A community. Users can post questions and oth ## Quick start ### Running with docker-compose ```bash -mkdir answer && cd answer -wget https://github.com/segmentfault/answer/releases/latest/download/docker-compose.yaml -docker-compose up +$ mkdir answer && cd answer +$ wget https://github.com/segmentfault/answer/releases/latest/download/docker-compose.yaml +$ docker-compose up ``` For more information you can see [INSTALL.md](./INSTALL.md) diff --git a/README_CN.md b/README_CN.md index 33e92730..72a066e4 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,4 +1,4 @@ -![logo](docs/img/logo.png) +![logo](docs/img/answer-logo-flat.svg) # Answer - 极简问答社区 diff --git a/docs/img/abstract.png b/docs/img/abstract.png index 10c71981..c607e6fa 100644 Binary files a/docs/img/abstract.png and b/docs/img/abstract.png differ diff --git a/docs/img/answer-logo-flat.svg b/docs/img/answer-logo-flat.svg new file mode 100644 index 00000000..8423f5cc --- /dev/null +++ b/docs/img/answer-logo-flat.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/docs/img/logo.png b/docs/img/logo.png deleted file mode 100644 index 4a993593..00000000 Binary files a/docs/img/logo.png and /dev/null differ