Skip to content

Commit

Permalink
add nix to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
niteshbalusu11 committed Nov 16, 2024
1 parent 40b8e09 commit c688ac7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,14 @@ cargo run --release

sudo apt-get install cmake pkg-config
```

### Using nix

- You need (https://nixos.org/)[nix] installed
- Install (https://devenv.sh/getting-started/)[devenv]

```
devenv shell
# Then you can use cargo commands as usual
```

0 comments on commit c688ac7

Please sign in to comment.