From 0503665210868a4d998a9ca5448e7aba09b64bc4 Mon Sep 17 00:00:00 2001 From: Vibhav Bobade Date: Mon, 27 Jan 2025 22:16:29 +0530 Subject: [PATCH] docs: installation using nix --- README.md | 10 ++++++++++ changelog.d/3034.fixed.md | 1 + 2 files changed, 11 insertions(+) create mode 100644 changelog.d/3034.fixed.md 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.fixed.md b/changelog.d/3034.fixed.md new file mode 100644 index 00000000000..ea463252069 --- /dev/null +++ b/changelog.d/3034.fixed.md @@ -0,0 +1 @@ +Added Nix installation instructions to the README. \ No newline at end of file