mention Nix in readme

This commit is contained in:
2025-09-05 20:03:22 -05:00
parent 2f991b1eaa
commit 5f57f4631b

View File

@@ -5,7 +5,14 @@ of what sauron-cv seeks to accomplish.
## Building ## Building
This project uses Meson for build management. This project uses [Meson](https://mesonbuild.com/) for build management. This project also optionally uses
[Nix](https://nix.dev/) for system dependency management.
### Using Nix
```shell
nix develop
```
### Install Dependencies ### Install Dependencies