mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
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
This commit is contained in:
parent
35b248ffd6
commit
ae2b857cb4
@ -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;">
|
||||
|
||||
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user