aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: