mirror of
https://github.com/VSCodium/vscodium.github.io.git
synced 2025-12-10 03:54:23 -06:00
fixed missing sudo
This commit is contained in:
parent
0c9bd6e678
commit
a276504fdd
@ -50,7 +50,7 @@ VSCodium is pre-installed in Parrot OS.
|
||||
In case you don't find it by default, you can retrieve it from the official Parrot repo
|
||||
|
||||
```bash
|
||||
sudo apt update && apt install vscodium
|
||||
sudo apt update && sudo apt install vscodium
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user