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