mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Added links in docs (#2051)
This commit is contained in:
parent
cfae6821fa
commit
36ff060c1a
@ -64,7 +64,7 @@ You must be using Linux, Mac OS, or WSL on Windows.
|
||||
To start the app, run these commands, replacing `$(pwd)/workspace` with the directory you want OpenDevin to work with.
|
||||
|
||||
```
|
||||
# The directory you want OpenDevin to work with. MUST be an absolute path!
|
||||
# The directory you want OpenDevin to work with. It MUST be an absolute path!
|
||||
export WORKSPACE_BASE=$(pwd)/workspace
|
||||
```
|
||||
|
||||
@ -92,9 +92,9 @@ You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000).
|
||||
If you want to use the **(unstable!)** bleeding edge, you can use `ghcr.io/opendevin/opendevin:main` as the image (last line).
|
||||
:::
|
||||
|
||||
See Development.md for instructions on running OpenDevin without Docker.
|
||||
See [Development.md](https://github.com/OpenDevin/OpenDevin/blob/main/Development.md) for instructions on running OpenDevin without Docker.
|
||||
|
||||
Having trouble? Check out our Troubleshooting Guide.
|
||||
Are you having trouble? Check out our [Troubleshooting Guide](https://opendevin.github.io/OpenDevin/modules/usage/troubleshooting).
|
||||
|
||||
:::warning
|
||||
OpenDevin is currently a work in progress, but you can already run the alpha version to see the end-to-end system in action.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user