Skip to content

Commit ec07dfd

Browse files
committed
docs: correct nix installer url
1 parent 3906d0b commit ec07dfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ the below instructions.
2323
1. Install Nix:
2424

2525
```bash
26-
curl --proto '=https' --tlsv1.2 -sSf -L \
27-
https://install.determinate.systems/nix | sh -s -- install --determinate
26+
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | \
27+
sh -s -- install
2828
```
2929

3030
> [!IMPORTANT]

0 commit comments

Comments
 (0)