You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/modules/usage/intro.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ docker run -it \
83
83
ghcr.io/opendevin/opendevin:0.6
84
84
```
85
85
86
-
You'll find OpenDevin running at [http://localhost:3000](http://localhost:3000) with access to `./workspace`. Place your codein `./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`.
87
87
88
88
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.
0 commit comments