From: W. Trevor King Date: Tue, 8 Nov 2011 12:20:44 +0000 (-0500) Subject: Mention `~/.local/bin/` when using default `--user` install. X-Git-Tag: 1.1.0~175^2~2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f77935d6206fb092bf31ddd0f12d2deefa660bf8;p=be.git Mention `~/.local/bin/` when using default `--user` install. --- diff --git a/doc/install.txt b/doc/install.txt index bd82ee6..33d5dae 100644 --- a/doc/install.txt +++ b/doc/install.txt @@ -42,7 +42,9 @@ to build some auto-generated files (e.g. :mod:`libbe._version`), and:: to install BE. By default BE will install into your home directory, but you can tweak the ``INSTALL_OPTIONS`` variable in ``Makefile`` to -install to another location. +install to another location. With the default installation, you may +need to add ``~/.local/bin/`` to your ``PATH`` so that your shell can +find the installed ``be`` script. By default, ``make`` builds both a man page for ``be`` and the HTML Sphinx documentation (:doc:`doc`). You can customize the