Archived
1
0

Fix install instructions for SUSE

Closes #1699
This commit is contained in:
Anmol Sethi
2020-05-20 03:36:14 -04:00
parent 2ba8fee605
commit 96eeb9fea0
3 changed files with 7 additions and 7 deletions

View File

@ -82,7 +82,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/v3.3.1/code-server_3.3.1_amd64.deb
curl -OL https://github.com/cdr/code-server/releases/download/v3.3.1/code-server_3.3.1_amd64.deb
sudo dpkg -i code-server_3.3.1_amd64.deb
systemctl --user enable --now code-server
# Now code-server is running at http://127.0.0.1:8080

View File

@ -16,7 +16,7 @@ sudo apt-get install -y \
libsecret-1-dev
```
## Fedora, Red Hat, SUSE
## Fedora, CentOS, Red Hat
```bash
sudo yum groupinstall -y 'Development Tools'