Skip to content

Commit ddbe271

Browse files
authored
Merge branch 'main' into main
2 parents a688920 + a1cf4b9 commit ddbe271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ code-server
154154
> upgrade or [build with npm](#npm).
155155
156156
```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
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
159159
sudo systemctl enable --now code-server@$USER
160160
# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
161161
```

0 commit comments

Comments
 (0)