diff --git a/README.md b/README.md index 8584c2c3ceb..90ee0fcc191 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,16 @@ or curl -fsSL https://raw.githubusercontent.com/metalbear-co/mirrord/main/scripts/install.sh | bash ``` +or using Nix: + +```sh +# Using nix-env (legacy) +nix-env -iA nixpkgs.mirrord + +# Using nix profile (recommended) +nix profile install nixpkgs#mirrord +``` + - Windows isn't currently supported (you can use WSL) ### How To Use diff --git a/changelog.d/3034.docs.md b/changelog.d/3034.docs.md new file mode 100644 index 00000000000..ea463252069 --- /dev/null +++ b/changelog.d/3034.docs.md @@ -0,0 +1 @@ +Added Nix installation instructions to the README. \ No newline at end of file