From 2e8663c6e6c387a41caebb522b30abb19a4c4c6b Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Fri, 11 Oct 2024 21:16:40 +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 fd05784..6696912 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.10.08.8/doccmd -o /usr/local/bin/doccmd && + $ curl --fail -L https://github.com/adamtheturtle/doccmd/releases/download/2024.10.11/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.10.08.8 + rev: v2024.10.11 hooks: - id: doccmd args: ["--language", "shell", "--command", "shellcheck --shell=bash"]