Skip to content

Commit

Permalink
Add a nix section to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Jan 6, 2025
1 parent 1a4c685 commit f34063c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ To install Moxide, use the following command:
cargo install moxide
```

### Nix

Moxide is also available in nixpkgs under the name `moxide`, if you use nix you know how to install a nixpkg but still here is a command:

```bash
nix shell nixpkgs#moxide
```

## Why moxide

Moxide offers a unique combination of features:
Expand Down

0 comments on commit f34063c

Please sign in to comment.