Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle authored Sep 27, 2024
1 parent fa09cd2 commit 1809af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Pre-built Linux binaries

.. code-block:: console
$ curl --fail -L https://github.com/adamtheturtle/doccmd/releases/download/2024.09.18/doccmd -o /usr/local/bin/doccmd && \
$ curl --fail -L https://github.com/adamtheturtle/doccmd/releases/download/2024.09.26/doccmd -o /usr/local/bin/doccmd && \
$ chmod +x /usr/local/bin/doccmd
Using ``doccmd`` as a pre-commit hook
Expand All @@ -49,7 +49,7 @@ To run ``doccmd`` with `pre-commit`_, add hooks like the following to your ``.pr
.. code-block:: yaml
- repo: https://github.com/adamtheturtle/doccmd-pre-commit
rev: v2024.09.18
rev: v2024.09.26
hooks:
- id: doccmd
args: ["--language", "shell", "--command", "shellcheck --shell=bash"]
Expand Down

0 comments on commit 1809af7

Please sign in to comment.