diff options
-rw-r--r-- | doc/install.txt | 4 |
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 |