diff options
| author | Rui Chen <[email protected]> | 2021-12-14 04:20:27 +0000 |
|---|---|---|
| committer | Rui Chen <[email protected]> | 2021-12-14 04:20:27 +0000 |
| commit | 94a2edf57340ac3f3a2276c88a221ba3125172af (patch) | |
| tree | 373c8aa38446100e2b394cbab613a44416ad835d | |
| parent | 714769597137d1f378487852c967a42416a974e2 (diff) | |
docs: add homebrew installation
Signed-off-by: Rui Chen <[email protected]>
| -rw-r--r-- | readme.md | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -7,7 +7,7 @@ fix` can fix several such occurrences. | |||
| 7 | 7 | ||
| 8 | For the time-being, `statix` works only with ASTs | 8 | For the time-being, `statix` works only with ASTs |
| 9 | produced by the `rnix-parser` crate and does not evaluate | 9 | produced by the `rnix-parser` crate and does not evaluate |
| 10 | any nix code (imports, attr sets etc.). | 10 | any 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 | |||
| 48 | cachix use statix | 48 | cachix use statix |
| 49 | ``` | 49 | ``` |
| 50 | 50 | ||
| 51 | Install with [brew/linuxbrew](https://brew.sh) | ||
| 52 | |||
| 53 | ```bash | ||
| 54 | brew install statix | ||
| 55 | ``` | ||
| 56 | |||
| 51 | ## Usage | 57 | ## Usage |
| 52 | 58 | ||
| 53 | Basic usage is as simple as: | 59 | Basic usage is as simple as: |
