summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 77d34e9..de64d99 100644
--- a/README.rst
+++ b/README.rst
@@ -353,7 +353,8 @@ Shell script
------------
`natsort`_ comes with a shell script called `natsort`_, or can also be called
-from the command line with ``python -m natsort``.
+from the command line with ``python -m natsort``. Check out the
+`shell script wiki documentation`_ for more details.
Requirements
------------
@@ -504,4 +505,5 @@ Please visit the changelog `on GitHub`_ or `in the documentation`_.
.. _allow custom sorting keys: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#using-a-custom-sorting-key
.. _accounting for units: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#accounting-for-units-when-sorting
.. _these version sorting examples: https://github.com/SethMMorton/natsort/wiki/Examples-and-Recipes#sorting-more-expressive-versioning-schemes
-.. _locale issues: https://github.com/SethMMorton/natsort/wiki/Possible-Issues-with-natsort.humansorted-or-ns.LOCALE \ No newline at end of file
+.. _locale issues: https://github.com/SethMMorton/natsort/wiki/Possible-Issues-with-natsort.humansorted-or-ns.LOCALE
+.. _shell script wiki documentation: https://github.com/SethMMorton/natsort/wiki/Shell-Script \ No newline at end of file