Skip to content

Commit

Permalink
chore: fix nix install options (#9887)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorropo authored May 23, 2023
1 parent da28fbc commit eda19c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,10 +187,10 @@ $ ipfs get /ipns/dist.ipfs.tech/kubo/$VERSION/kubo_$VERSION_windows-amd64.zip
With the purely functional package manager [Nix](https://nixos.org/nix/) you can install kubo (go-ipfs) like this:

```
$ nix-env -i ipfs
$ nix-env -i kubo
```

You can also install the Package by using its attribute name, which is also `ipfs`.
You can also install the Package by using its attribute name, which is also `kubo`.

#### Solus

Expand Down Expand Up @@ -251,10 +251,10 @@ $ sudo port install ipfs
In macOS you can use the purely functional package manager [Nix](https://nixos.org/nix/):

```
$ nix-env -i ipfs
$ nix-env -i kubo
```

You can also install the Package by using its attribute name, which is also `ipfs`.
You can also install the Package by using its attribute name, which is also `kubo`.

#### Homebrew

Expand Down

0 comments on commit eda19c8

Please sign in to comment.