fixed missing sudo

This commit is contained in:
Matthias Schneider 2019-08-16 09:54:40 +02:00 committed by Lorenzo "Palinuro" Faletra
parent 0c9bd6e678
commit a276504fdd

View File

@ -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
```
---