Archived
1
0

Fix typo in installation docs

This commit is contained in:
Anmol Sethi
2020-05-17 20:32:04 -04:00
parent b9f43c3542
commit 783dfe0a14
2 changed files with 4 additions and 4 deletions

View File

@ -78,7 +78,7 @@ SSH into your instance and run the appropriate commands documented in [README.md
Assuming Debian:
```bash
curl -sSOL https://github.com/cdr/code-server/releases/download/3.3.0/code-server_3.3.0_amd64.deb
curl -sSOL https://github.com/cdr/code-server/releases/download/v3.3.0/code-server_3.3.0_amd64.deb
sudo dpkg -i code-server_3.3.0_amd64.deb
systemctl --user enable --now code-server
# Now code-server is running at http://127.0.0.1:8080