From 69d2075e432c562099965829d8bc4da701b10d20 Mon Sep 17 00:00:00 2001 From: Kevin Amado Date: Thu, 19 May 2022 07:41:43 -0600 Subject: [PATCH] feat: document hook --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4137d90..68cfcd1 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,9 @@ - repo: https://github.com/kamadorueda/alejandra rev: 1.3.0 hooks: - - id: alejandra + # Choose one of the following: + - id: alejandra # Requires Nix to be previously installed in the system + - id: alejandra-system # Requires Alejandra to be previously installed in the system ``` ## Getting started