We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2032d6c commit f87f3a5Copy full SHA for f87f3a5
README.md
@@ -24,8 +24,10 @@ brew install spr
24
25
#### Using Nix
26
27
+spr is available in nixpkgs
28
+
29
```shell
-nix-channel --update && nix-env -i spr
30
+nix run nixpkgs#spr
31
```
32
33
#### Using Cargo
docs/user/installation.md
@@ -10,8 +10,10 @@ brew install spr
10
11
### Using Nix
12
13
14
15
16
17
18
19
### Using Cargo
0 commit comments