From a283f7a89a56527dcf8ba82d4afee8c9dcc37b04 Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Sat, 20 Apr 2013 09:08:32 +0200 Subject: [PATCH] Doc improvements. [ci skip] --- doc/patool.1 | 6 ++++++ doc/patool.txt | 7 +++++++ doc/web/content/index.md | 2 ++ 3 files changed, 15 insertions(+) diff --git a/doc/patool.1 b/doc/patool.1 index 4a9f241..830f06c 100644 --- a/doc/patool.1 +++ b/doc/patool.1 @@ -128,6 +128,12 @@ command. For example: \fBpatool \-\-help\fP - display help for patool \fBpatool extract \-\-help\fP - display help for the extract command +.SH SHELL ALIASES +Aliases save some typing: + \fBalias pl='patool list'\fP + \fBalias px='patool extract'\fP + \fBalias pc='patool create'\fP + \fBalias pd='patool diff'\fP .SH AUTHOR Bastian Kleineidam .SH COPYRIGHT diff --git a/doc/patool.txt b/doc/patool.txt index 115d75a..c38fe40 100644 --- a/doc/patool.txt +++ b/doc/patool.txt @@ -134,6 +134,13 @@ HELP OPTION patool --help - display help for patool patool extract --help - display help for the extract command +SHELL ALIASES + Aliases save some typing: + alias pl='patool list' + alias px='patool extract' + alias pc='patool create' + alias pd='patool diff' + AUTHOR Bastian Kleineidam diff --git a/doc/web/content/index.md b/doc/web/content/index.md index 6570e9d..890fe40 100644 --- a/doc/web/content/index.md +++ b/doc/web/content/index.md @@ -41,6 +41,8 @@ The easy way with pip: pip install patool ``` +For Python 2.x you'll need at least Python 2.7, for Python 3.x at least Python 3.3. + If you install from source read the [installation instructions](https://github.com/wummel/patool/blob/master/doc/install.txt).