aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 538975f..80421c5 100644
--- a/README.md
+++ b/README.md
@@ -39,6 +39,7 @@ Usage
stowpkg search # list packages available on ports
stowpkg install <package> # install packages from source
+ stowpkg build # simple package builder (./configure && make && make install)
Coming usage
------------
@@ -49,7 +50,6 @@ Coming usage
stowpkg update # update ports repository
stowpkg upgrade [package] # upgrade packages
stowpkg upstream <package> # check packages versions at upstream
- stowpkg build # simple package builder (./configure && make && make install)
Running installed applications
------------------------------