Update README.md (#1181)

This commit is contained in:
Robert Brennan
2024-04-17 09:11:45 -04:00
committed by GitHub
parent aed82704a9
commit b654b00aa1

View File

@@ -136,7 +136,7 @@ docker run \
-v $WORKSPACE_DIR:/opt/workspace_base \
-v /var/run/docker.sock:/var/run/docker.sock \
-p 3000:3000 \
ghcr.io/opendevin/opendevin:latest
ghcr.io/opendevin/opendevin:main
```
Replace `$(pwd)/workspace` with the path to the code you want OpenDevin to work with.