Browse Source

Update 'README.md'

天问 2 years ago
parent
commit
0568d3de64
1 changed files with 17 additions and 0 deletions
  1. 17 0
      README.md

+ 17 - 0
README.md

@@ -1,2 +1,19 @@
 # AgentGPT
 
+部署:
+```
+git clone https://github.com/reworkd/AgentGPT
+./setup.sh --docker
+
+```
+或者:
+```
+./setup.sh --local
+
+```
+
+手动编译:
+```
+npm install
+
+```