Added links in docs (#2051)

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி 2024-05-25 11:23:20 +05:30 committed by GitHub
parent cfae6821fa
commit 36ff060c1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.