Skip to content

Commit

Permalink
Replace version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamtheturtle authored and github-actions[bot] committed Oct 8, 2024
1 parent 2d1e359 commit 7821eff
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.10.08.5/doccmd -o /usr/local/bin/doccmd &&
$ curl --fail -L https://github.com/adamtheturtle/doccmd/releases/download/2024.10.08.6/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.10.08.5
rev: v2024.10.08.6
hooks:
- id: doccmd
args: ["--language", "shell", "--command", "shellcheck --shell=bash --exclude=SC1017"]
Expand Down

0 comments on commit 7821eff

Please sign in to comment.