From 5f57f4631bfb6c33bd7d3b787a1fa251b755377e Mon Sep 17 00:00:00 2001 From: Dustin Thomas Date: Fri, 5 Sep 2025 20:03:22 -0500 Subject: [PATCH] mention Nix in readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f1eaf8..02716ad 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,14 @@ of what sauron-cv seeks to accomplish. ## 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