chore: fix nix install options (#9887)
See: https://github.com/NixOS/nixpkgs/commit/eefaaf41d67ea28c3f70150958f6a29533dce709 Fixes: #9752
Jorropo committed
May 23, 2023 at 10:42 UTC
eda19c8abeb9996ad963d439bc2545feb29fec86
1 file changed
+4
-4
README.md
+4
-4
@@ -187,10 +187,10 @@ $ ipfs get /ipns/dist.ipfs.tech/kubo/$VERSION/kubo_$VERSION_windows-amd64.zip
187
With the purely functional package manager [Nix](https://nixos.org/nix/) you can install kubo (go-ipfs) like this:
188
189
```
190
-$ nix-env -i ipfs
190
+$ nix-env -i kubo
191
```
192
193
-You can also install the Package by using its attribute name, which is also `ipfs`.
193
+You can also install the Package by using its attribute name, which is also `kubo`.
194
195
#### Solus
196
@@ -251,10 +251,10 @@ $ sudo port install ipfs
251
In macOS you can use the purely functional package manager [Nix](https://nixos.org/nix/):
252
253
```
254
-$ nix-env -i ipfs
254
+$ nix-env -i kubo
255
```
256
257
-You can also install the Package by using its attribute name, which is also `ipfs`.
257
+You can also install the Package by using its attribute name, which is also `kubo`.
258
259
#### Homebrew
260