From 6bd8fce27ff28ccac5370c428f6f94634aa66255 Mon Sep 17 00:00:00 2001 From: mingcheng Date: Thu, 13 Oct 2022 18:33:07 +0800 Subject: [PATCH] docs: reformat readme file --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c1c501d3..d079a082 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,29 @@ -![logo](docs/img/logo.png) - # Answer - Simple Q&A Community +![logo](docs/img/answer-logo-flat.svg) + [![LICENSE](https://img.shields.io/badge/License-MIT-green)](https://github.com/segmentfault/answer/blob/master/LICENSE) [![Language](https://img.shields.io/badge/Language-Go-blue.svg)](https://golang.org/) [![Language](https://img.shields.io/badge/Language-React-blue.svg)](https://reactjs.org/) ## What is Answer? + This is a minimalist open source Q&A community. Users can post questions and others can answer them. ![abstract](docs/img/abstract.png) ## Why? + - Help organizations build knowledge and Q&A communities better and faster. ## Features + - Produce knowledge by asking and answering questions. - Maintain knowledge by voting and working together. ## Quick start + ### Running with docker-compose + ```bash mkdir answer && cd answer wget https://github.com/segmentfault/answer/releases/latest/download/docker-compose.yaml