aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas C. Villa Real <lucasvr@gmail.com>2017-01-03 00:23:43 -0200
committerLucas C. Villa Real <lucasvr@gmail.com>2017-01-03 00:23:43 -0200
commitd6d6108a4ffdafd566303f4c28a63f8dffba9799 (patch)
tree4181915dc0711b576d3cf774874017056e39917a
parentf984b80e11c576bf883910d0ce92c746b7e03bae (diff)
downloadThirdPartyInstallers-d6d6108a4ffdafd566303f4c28a63f8dffba9799.tar.xz
Include prerequisites and update example.
-rw-r--r--README.md12
1 files changed, 9 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7a524dc..abe4b27 100644
--- a/README.md
+++ b/README.md
@@ -23,12 +23,18 @@ If there is a GoboLinux recipe to build a program for which you have an RPM/DEB
file, please use the `Compile` tool instead of the `ThirdPartyInstallers`
utilities. We provide **zero** support for third-party packages.
+# Prerequisites
+
+This package requires `Dpkg` to decompress DEB files and `RPM` to handle RPM
+files. You can install both binary packages on GoboLinux with `InstallPackage`
+or build them from their sources with the `Compile` tool.
+
# Usage
-Installing a single RPM file:
+Installing a single DEB file:
-`$ InstallPackage-RPM libfoo-2.1-3.x86_64.rpm`
+`$ ThirdPartyInstaller libfoo-2.1.3_amd64.deb`
Merging multiple RPMs under a single entry at `/Programs`:
-`$ InstallPackage-RPM --app-name "LibreOffice" --version-number 5.2.3.3 *.rpm`
+`$ ThirdPartyInstaller --app-name "LibreOffice" --version-number 5.2.3.3 *.rpm`