aboutsummaryrefslogtreecommitdiffstats
path: root/doc/install.txt
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2011-11-08 07:20:44 -0500
committerW. Trevor King <wking@drexel.edu>2011-11-08 07:20:44 -0500
commitf77935d6206fb092bf31ddd0f12d2deefa660bf8 (patch)
treed0003428f8a56e8537576c9cae0adc7ee3e10875 /doc/install.txt
parent1512c0e2a64e19c8d4e5697257a4df5ddd8bc727 (diff)
downloadbugseverywhere-f77935d6206fb092bf31ddd0f12d2deefa660bf8.tar.gz
Mention `~/.local/bin/` when using default `--user` install.
Diffstat (limited to 'doc/install.txt')
-rw-r--r--doc/install.txt4
1 files changed, 3 insertions, 1 deletions
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