diff --git a/README.md b/README.md index 6f83ea7ee909105534820ab35bb35a98a4db7b09..bf9e90b1fb75d5804ef9b8ac64a6181c85dae728 100644 --- a/README.md +++ b/README.md @@ -203,8 +203,10 @@ La commande `stpkg` a besoin des executables `egrep` (ou `grep` si indisponible) > Il faut avoir utiliser le script `install.sh` et bien mettre les variables `STPKG_BASE` et `STPKG_INSTALL` dans votre bashrc pour que `stpkg` fonctionne. +After using the `install.sh` script you can place the `stpkg` script in your path. + Les commandes de `stpkg` : - `stpkg update` -- `stpkg list` -- `stpkg get` -- `stpkg del` +- `stpkg list [-e -p -np] [bash regex]` +- `stpkg add <pack>` +- `stpkg del <pack>`