Skip to content

Commit

Permalink
docs: installation using nix
Browse files Browse the repository at this point in the history
  • Loading branch information
waveywaves committed Jan 27, 2025
1 parent e64a17e commit aa4f305
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions changelog.d/3034.docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Added Nix installation instructions to the README.

0 comments on commit aa4f305

Please sign in to comment.