diff --git a/README.md b/README.md index 2a05f9f6..d9760ab5 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,11 @@ sudo apt install xz-utils \ cmake clang ``` +For systems with [Nix](https://nixos.org/download/), you can use the devShell: +``` +nix develop +``` + For MacOS, you only need cmake: ```