affichage résultat
This commit is contained in:
parent
244083fbb5
commit
29e83aa111
1 changed files with 9 additions and 2 deletions
11
README.md
11
README.md
|
@ -6,6 +6,13 @@ Script pour télécharger codium version portable en une ligne :
|
|||
- ferme et/ou remplace automatiquement codium au lancement si ouvert et/ou présent
|
||||
|
||||
|
||||
## Téléchargement
|
||||
## Téléchargement et utilisation
|
||||
|
||||
Téléchargez `updateVSCodium.sh`, autorisez-le à s'executer (`chmod u+x updateVSCodium.sh`) et lancez-le (`./updateVSCodium.sh`).
|
||||
- Téléchargez `updateVSCodium.sh`, autorisez-le à s'executer (`chmod u+x updateVSCodium.sh`) et lancez-le (`./updateVSCodium.sh`).
|
||||
|
||||
Résultat :
|
||||
```
|
||||
you@machine:~$ chmod u+x updateVSCodium.sh
|
||||
you@machine:~$ ./updateVSCodium.sh
|
||||
VSCodium.AppImage 100%[=================================================>] 109,72M 303KB/s in 16s
|
||||
```
|
||||
|
|
Reference in a new issue