Skip to content

Commit cb0f9c5

Browse files
committed
re-add GH-969
I somehow deleted it during the conflict resolution Signed-off-by: Ayane Satomi <[email protected]>
1 parent 8643bdc commit cb0f9c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ remote server, accessible through the browser.
55

66
Try it out:
77
```bash
8-
docker run -it -p 127.0.0.1:8080:8080 -v "$PWD:/home/coder/project" codercom/code-server
8+
docker run -it -p 127.0.0.1:8080:8080 -v "${HOME}/.local/share/code-server:/home/coder/.local/share/code-server" -v "$PWD:/home/coder/project" codercom/code-server
99
```
1010

1111
- **Consistent environment:** Code on your Chromebook, tablet, and laptop with a

0 commit comments

Comments
 (0)