Skip to content

Commit 4afd85e

Browse files
authored
Quick doc fix (#2243)
1 parent 9ada36e commit 4afd85e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/usage/intro.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ docker run -it \
8383
ghcr.io/opendevin/opendevin:0.6
8484
```
8585

86-
You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. Place your code in `./workspace` to have Devin operate on them.
86+
You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. To have OpenDevin operate on your code, place it in `./workspace`.
8787

8888
OpenDevin will only have access to this workspace folder. The rest of your system will not be affected as it runs in a secured docker sandbox.
8989

0 commit comments

Comments
 (0)