Skip to content

Commit

Permalink
jq is required for zsh auto-completion
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyNotHugo committed Nov 3, 2022
1 parent 3e51b7e commit aa738c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,3 +105,7 @@ If your packages are generated using python wheels, this should not be an issue
(much like it won't be an issue for users installing via ``pip``).

.. _setup.py: https://github.com/pimutils/todoman/blob/main/setup.py

Additionally, `jq` is dependency for zsh's autocompletion. For platforms where
`zsh` is the default shell, it is recommended to list `jq` as a dependency, for
others adding it as an optional dependency should suffice.

0 comments on commit aa738c6

Please sign in to comment.