aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 9 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1230bea..aeadff9 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,9 @@ Usage
stowpkg search # list packages available on ports
stowpkg install <package> # install packages from source
stowpkg build # simple package builder (./configure && make && make install)
+ stowpkg list # list packages installed
+ stowpkg sources # list program sources available
+ stowpkg binaries # list program binaries available
Running installed applications
------------------------------
@@ -79,12 +82,12 @@ Further development
Other commands can easily be implemented:
- stowpkg list # list packages installed
- stowpkg remove <package> # remove packages
- stowpkg purge <package> # purge packages
- stowpkg update # update ports repository
- stowpkg upgrade [package] # upgrade packages
- stowpkg upstream <package> # check packages versions at upstream
+ stowpkg remove <package> # remove packages
+ stowpkg purge <package> # purge packages
+ stowpkg update # update ports repository
+ stowpkg upgrade [package] # upgrade packages
+ stowpkg upstream <package> # check packages versions at upstream
+ stowpkg switch <package> <version> # switch a package to another available version
Also, per-architecture binary package support might be implemented using
git-annex and GnuPG signatures, giving us commands like