Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64822d0 commit a1cf4b9Copy full SHA for a1cf4b9
docs/install.md
@@ -154,8 +154,8 @@ code-server
154
> upgrade or [build with npm](#npm).
155
156
```bash
157
-curl -fOL https://github.com/coder/code-server/releases/download/v$VERSION/code-server_$VERSION_amd64.deb
158
-sudo dpkg -i code-server_$VERSION_amd64.deb
+curl -fOL https://github.com/coder/code-server/releases/download/v$VERSION/code-server_${VERSION}_amd64.deb
+sudo dpkg -i code-server_${VERSION}_amd64.deb
159
sudo systemctl enable --now code-server@$USER
160
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
161
```
0 commit comments