Browse Source

Update 'README.md'

天问 6 months ago
parent
commit
ae513c6e10
1 changed files with 23 additions and 1 deletions
  1. 23 1
      README.md

+ 23 - 1
README.md

@@ -1,3 +1,25 @@
 # incubator-answer
 
-apache开源的问答系统
+apache开源的问答系统
+
+![](https://github.com/apache/incubator-answer/raw/main/docs/img/screenshot.png)
+
+
+## Usage
+```
+docker run -d -p 9080:80 -v answer-data:/data --name answer answerdev/answer:latest
+
+```
+
+
+## Develop
+
+```
+# front
+
+
+# backend
+go build
+
+```
+