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

Merge pull request #106 from kamadorueda/kamadorueda

fix: relative path
This commit is contained in:
Kevin Amado 2022-02-14 22:30:25 -05:00 committed by GitHub
commit 942dc8fd92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -128,7 +128,13 @@ It needs:
Then run Alejandra with:
```bash
$ alejandra --help
$ ./alejandra --help
```
or:
```bash
$ /path/to/alejandra --help
```
### Nix installation