diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-05-11 21:03:12 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2017-05-11 21:03:12 -0400 |
commit | ecf5a11315fc0bcab575182820f8c06e348813d2 (patch) | |
tree | 4f7c7e2450542b83d352769a3df768f6f58430f3 /docs | |
parent | 59f80590a742a6461d5a3535f25853a34aae13c8 (diff) | |
download | cmd2-git-ecf5a11315fc0bcab575182820f8c06e348813d2.tar.gz |
Documentation update
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index c532c1c6..84ba4a92 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,7 +35,7 @@ The basic use of ``cmd2`` is identical to that of cmd_. The tab-completion feature provided by cmd_ relies on underlying capability provided by GNU readline or an equivalent library. Linux distros will almost always come with the required library installed. - For Mac OS X, we recommend installing the `gnureadline <https://pypi.python.org/pypi/gnureadline>`_ Python module. + For Mac OS X, we recommend using the `Homebrew <https://brew.sh>`_ package manager to install the ``readline`` package. For Windows, we recommend installing the `pyreadline <https://pypi.python.org/pypi/pyreadline>`_ Python module. Resources |