1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-31 12:37:45 +00:00

feat: update installation command

This commit is contained in:
Kevin Amado 2022-02-14 19:58:08 -05:00
parent 4a3f761e32
commit de4405ce38
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -99,7 +99,7 @@ Let's get Alejandra on our systems:
- Nix with Flakes:
```bash
$ nix run github:kamadorueda/alejandra -- --help
$ nix profile install github:kamadorueda/alejandra
```
- Nix stable:
@ -113,11 +113,11 @@ Let's get Alejandra on our systems:
$ nix-env -ivA x86_64-linux -f https://github.com/kamadorueda/alejandra/tarball/main
```
Then run with:
Then run with:
```bash
$ alejandra --help
```
```bash
$ alejandra --help
```
## Do I need to configure anything?