From 2fc73cd609376047d1e4d2aefdd1d6f40303eaba Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Sun, 19 Mar 2017 03:06:17 +0100 Subject: [PATCH] Update README --- README.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 545ddb0..c35849f 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,12 @@ termux-create-package ===================== -A tool to make lightweight `Termux `__ DEB packages. +A tool to create lightweight deb packages. + +By default it creates deb files for installation in the +`Termux `__ Linux environment, but by specifying +e.g. ``--prefix /usr`` a deb file can be created for any .deb-using +distribution such as Debian or Ubuntu. Prerequisites ------------- @@ -10,8 +15,8 @@ Install it with ``apt install termux-create-package`` to use inside Termux. If you want to run this tool in a non-Termux environment (Linux/macOS), -run the ``termux-create-package`` script contained in this repository -after making sure that Python 3 is installed. +install with ``pip3 install termux-create-package`` after making sure +that Python 3 is installed. Usage -----