Skip to content

Commit

Permalink
Merge pull request #100 from kamadorueda/kamadorueda
Browse files Browse the repository at this point in the history
feat: update installation command
  • Loading branch information
kamadorueda authored Feb 15, 2022
2 parents 4a3f761 + de4405c commit 1a0d958
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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?

Expand Down

0 comments on commit 1a0d958

Please sign in to comment.