mirror of
https://github.com/RGBCube/alejandra
synced 2025-08-01 04:57:44 +00:00
Merge pull request #100 from kamadorueda/kamadorueda
feat: update installation command
This commit is contained in:
commit
1a0d9589d0
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -99,7 +99,7 @@ Let's get Alejandra on our systems:
|
||||||
- Nix with Flakes:
|
- Nix with Flakes:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ nix run github:kamadorueda/alejandra -- --help
|
$ nix profile install github:kamadorueda/alejandra
|
||||||
```
|
```
|
||||||
|
|
||||||
- Nix stable:
|
- 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
|
$ nix-env -ivA x86_64-linux -f https://github.com/kamadorueda/alejandra/tarball/main
|
||||||
```
|
```
|
||||||
|
|
||||||
Then run with:
|
Then run with:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ alejandra --help
|
$ alejandra --help
|
||||||
```
|
```
|
||||||
|
|
||||||
## Do I need to configure anything?
|
## Do I need to configure anything?
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue