File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ For a full setup and walkthrough, please see [./doc/guide.md](./doc/guide.md).
1818### Debian, Ubuntu
1919
2020``` bash
21- curl -sSOL https://github.com/cdr/code-server/releases/download/3 .3.0/code-server_3.3.0_amd64.deb
21+ curl -sSOL https://github.com/cdr/code-server/releases/download/v3 .3.0/code-server_3.3.0_amd64.deb
2222sudo dpkg -i code-server_3.3.0_amd64.deb
2323systemctl --user enable --now code-server
2424# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
@@ -27,7 +27,7 @@ systemctl --user enable --now code-server
2727### Fedora, Red Hat, SUSE
2828
2929``` bash
30- curl -sSOL https://github.com/cdr/code-server/releases/download/3 .3.0/code-server-3.3.0-amd64.rpm
30+ curl -sSOL https://github.com/cdr/code-server/releases/download/v3 .3.0/code-server-3.3.0-amd64.rpm
3131sudo yum install -y code-server-3.3.0-amd64.rpm
3232systemctl --user enable --now code-server
3333# Now visit http://127.0.0.1:8080. Your password is in ~/.config/code-server/config.yaml
@@ -84,7 +84,7 @@ Add the code-server `bin` directory to your `$PATH` to easily execute `code-serv
8484Here is an example script for installing and using a static ` code-server ` release on Linux:
8585
8686``` bash
87- curl -sSL https://github.com/cdr/code-server/releases/download/3 .3.0/code-server-3.3.0-linux-amd64.tar.gz | sudo tar -C /usr/local -xz
87+ curl -sSL https://github.com/cdr/code-server/releases/download/v3 .3.0/code-server-3.3.0-linux-amd64.tar.gz | sudo tar -C /usr/local -xz
8888sudo mv /usr/local/code-server-3.3.0-linux-amd64 /usr/local/code-server
8989PATH=" $PATH :/usr/local/code-server/bin"
9090code-server
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ SSH into your instance and run the appropriate commands documented in [README.md
7878Assuming Debian:
7979
8080``` bash
81- curl -sSOL https://github.com/cdr/code-server/releases/download/3 .3.0/code-server_3.3.0_amd64.deb
81+ curl -sSOL https://github.com/cdr/code-server/releases/download/v3 .3.0/code-server_3.3.0_amd64.deb
8282sudo dpkg -i code-server_3.3.0_amd64.deb
8383systemctl --user enable --now code-server
8484# Now code-server is running at http://127.0.0.1:8080
You can’t perform that action at this time.
0 commit comments