aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRui Chen <[email protected]>2021-12-14 04:20:27 +0000
committerRui Chen <[email protected]>2021-12-14 04:20:27 +0000
commit94a2edf57340ac3f3a2276c88a221ba3125172af (patch)
tree373c8aa38446100e2b394cbab613a44416ad835d
parent714769597137d1f378487852c967a42416a974e2 (diff)
docs: add homebrew installation
Signed-off-by: Rui Chen <[email protected]>
-rw-r--r--readme.md8
1 files changed, 7 insertions, 1 deletions
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.
7 7
8For the time-being, `statix` works only with ASTs 8For the time-being, `statix` works only with ASTs
9produced by the `rnix-parser` crate and does not evaluate 9produced by the `rnix-parser` crate and does not evaluate
10any nix code (imports, attr sets etc.). 10any nix code (imports, attr sets etc.).
11 11
12## Examples 12## Examples
13 13
@@ -48,6 +48,12 @@ nix run git+https://git.peppe.rs/languages/statix -- --help
48cachix use statix 48cachix use statix
49``` 49```
50 50
51Install with [brew/linuxbrew](https://brew.sh)
52
53```bash
54brew install statix
55```
56
51## Usage 57## Usage
52 58
53Basic usage is as simple as: 59Basic usage is as simple as: