瀏覽代碼

docs(docker): update docker version and make get started more prominent (#1536)

* docs(docker): update docker version and make get started more prominent

* bump version
Alex Bäuerle 1 年之前
父節點
當前提交
ae2b857cb4
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 3 1
      README.md
  2. 1 1
      docs/modules/usage/intro.mdx

+ 3 - 1
README.md

@@ -39,7 +39,9 @@
 
 Welcome to OpenDevin, an open-source project aiming to replicate Devin, an autonomous AI software engineer who is capable of executing complex engineering tasks and collaborating actively with users on software development projects. This project aspires to replicate, enhance, and innovate upon Devin through the power of the open-source community.
 
-To learn more and to use OpenDevin, check out our [documentation](https://opendevin.github.io/OpenDevin/).
+## [🚀 Get Started](https://opendevin.github.io/OpenDevin/modules/usage/intro)
+
+To learn more and to use OpenDevin, **check out our [documentation](https://opendevin.github.io/OpenDevin/)**!
 
 <p align="right" style="font-size: 14px; color: #555; margin-top: 20px;">
     <a href="#readme-top" style="text-decoration: none; color: #007bff; font-weight: bold;">

+ 1 - 1
docs/modules/usage/intro.mdx

@@ -85,7 +85,7 @@ docker run \
     -v /var/run/docker.sock:/var/run/docker.sock \
     -p 3000:3000 \
     --add-host host.docker.internal=host-gateway \
-    ghcr.io/opendevin/opendevin:0.4.0
+    ghcr.io/opendevin/opendevin:0.5
 ```
 
 You'll find opendevin running at [http://localhost:3000](http://localhost:3000).