From 1809af708548ef4aa409d929bc00bbed32e07bda Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Fri, 27 Sep 2024 12:07:10 +0100 Subject: [PATCH] Update README.rst --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 90f0860..c2ccdfd 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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"]