adjust codium-insiders in Linux install.md

as people installed both while trying to install the stable version only
This commit is contained in:
Simon Sobisch 2022-09-11 19:49:06 +02:00 committed by GitHub
parent bf28d89f52
commit 7b77aeebe1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,9 +91,9 @@ echo 'deb [ signed-by=/usr/share/keyrings/vscodium-archive-keyring.gpg ] https:/
| sudo tee /etc/apt/sources.list.d/vscodium.list
```
Update then install vscodium:
Update then install vscodium (if you want vscodium-insiders, then replace `codium` by `codium-insiders`):
```bash
sudo apt update && sudo apt install codium codium-insiders
sudo apt update && sudo apt install codium
```
@ -122,15 +122,15 @@ Add the repository:
Install the software:
(if you want vscodium-insiders, then replace `codium` by `codium-insiders`)
- **Fedora/RHEL**:
```
sudo dnf install codium codium-insiders
sudo dnf install codium
```
- **OpenSUSE/SUSE**:
```
sudo zypper in codium codium-insiders
sudo zypper in codium
```
---