diff --git a/docs/install.md b/docs/install.md index 180356937..e2dd905f9 100644 --- a/docs/install.md +++ b/docs/install.md @@ -279,6 +279,7 @@ brew services start code-server # outside the container. mkdir -p ~/.config docker run -it --name code-server -p 127.0.0.1:8080:8080 \ + -v "$HOME/.local:/home/coder/.local" \ -v "$HOME/.config:/home/coder/.config" \ -v "$PWD:/home/coder/project" \ -u "$(id -u):$(id -g)" \