summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xREADME.rst4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 7f8db6cb..3cb1d451 100755
--- a/README.rst
+++ b/README.rst
@@ -80,10 +80,12 @@ Instructions for implementing each feature follow.
See Python standard library's `optparse` documentation: http://docs.python.org/lib/optparse-defining-options.html
-cmd2 can be installed from a Linux distribution or using `pip install cmd2`
+cmd2 can be installed from a Linux distribution using their default package manager or `pip install cmd2`
Cheese Shop page: http://pypi.python.org/pypi/cmd2
+A nice step-by-step tutorial: https://kushaldas.in/posts/developing-command-line-interpreters-using-python-cmd2.html
+
Example cmd2 application (example/example.py) ::
'''A sample application for cmd2.'''