From 94a2edf57340ac3f3a2276c88a221ba3125172af Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 13 Dec 2021 23:20:27 -0500 Subject: docs: add homebrew installation Signed-off-by: Rui Chen --- readme.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index bfc6fdc..1cdadb5 100644 --- a/readme.md +++ b/readme.md @@ -7,7 +7,7 @@ fix` can fix several such occurrences. For the time-being, `statix` works only with ASTs produced by the `rnix-parser` crate and does not evaluate -any nix code (imports, attr sets etc.). +any nix code (imports, attr sets etc.). ## Examples @@ -48,6 +48,12 @@ nix run git+https://git.peppe.rs/languages/statix -- --help cachix use statix ``` +Install with [brew/linuxbrew](https://brew.sh) + +```bash +brew install statix +``` + ## Usage Basic usage is as simple as: -- cgit v1.2.3