Skip to content

Commit 783dfe0

Browse files
committed
Fix typo in installation docs
1 parent b9f43c3 commit 783dfe0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff 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
2222
sudo dpkg -i code-server_3.3.0_amd64.deb
2323
systemctl --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
3131
sudo yum install -y code-server-3.3.0-amd64.rpm
3232
systemctl --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
8484
Here 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
8888
sudo mv /usr/local/code-server-3.3.0-linux-amd64 /usr/local/code-server
8989
PATH="$PATH:/usr/local/code-server/bin"
9090
code-server

doc/guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ SSH into your instance and run the appropriate commands documented in [README.md
7878
Assuming 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
8282
sudo dpkg -i code-server_3.3.0_amd64.deb
8383
systemctl --user enable --now code-server
8484
# Now code-server is running at http://127.0.0.1:8080

0 commit comments

Comments
 (0)