Skip to content

Commit

Permalink
Merge pull request #3239 from input-output-hk/chore/update-nix-instal…
Browse files Browse the repository at this point in the history
…lation-steps-in-readme

docs: update readme with Determinate Nix Installer
  • Loading branch information
przemyslaw-wlodek authored Nov 13, 2024
2 parents 2993798 + 470df86 commit 7edef6a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ Daedalus - Cryptocurrency Wallet

[Nix](https://nixos.org/nix/) is needed to run Daedalus in `nix develop` shell.

1. Install nix: `sh <(curl -L https://nixos.org/nix/install)`
1. Install nix using [Determinate Nix Installer](https://github.com/DeterminateSystems/nix-installer)
```
$ curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
sh -s -- install
```
2. Employ the signed IOHK binary cache:
```bash
$ sudo mkdir -p /etc/nix
Expand Down

0 comments on commit 7edef6a

Please sign in to comment.