add info
This commit is contained in:
parent
7c043cddaf
commit
fb9ed6448f
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ ou
|
||||||
|
|
||||||
Pour lancer depuis `~/.vscodium_scripts` :
|
Pour lancer depuis `~/.vscodium_scripts` :
|
||||||
- `./VSCodium.AppImage --no-sandbox`
|
- `./VSCodium.AppImage --no-sandbox`
|
||||||
|
I recommand hiding Codium's output and disown it from the terminal it was started by doing this instead of the above command:
|
||||||
|
- `./VSCodium.AppImage --no-sandbox > /dev/null 2>&1 &;disown`
|
||||||
|
|
||||||
## Utilité
|
## Utilité
|
||||||
|
|
||||||
|
|
Reference in a new issue