Skip to content

Commit

Permalink
docs(readme): remove snap and chocolatey packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Nov 28, 2022
1 parent 4648cb6 commit c9f7e2c
Showing 1 changed file with 2 additions and 21 deletions.
23 changes: 2 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,22 +216,7 @@ $ guix package -i go-ipfs

#### Snap

> ⚠️ **SNAP USE IS DISCOURAGED**
>
> If you want something more sophisticated to escape the Snap confinement, we recommend using a different method to install Kubo so that it is not subject to snap confinement.

With snap, in any of the [supported Linux distributions](https://snapcraft.io/docs/core/install):

```
$ sudo snap install ipfs
```

The snap sets `IPFS_PATH` to `SNAP_USER_COMMON`, which is usually `~/snap/ipfs/common`. If you want to use `~/.ipfs` instead, you can bind-mount it to `~/snap/ipfs/common` like this:

```
$ sudo mount --bind ~/.ipfs ~/snap/ipfs/common
```
No longer supported, see rationale in [kubo#8688](https://github.com/ipfs/kubo/issues/8688).

#### MacPorts

Expand Down Expand Up @@ -266,11 +251,7 @@ $ brew install --formula ipfs

#### Chocolatey

[![Chocolatey Version](https://img.shields.io/chocolatey/v/go-ipfs?color=00a4ef&label=go-ipfs&logo=windows&style=flat-square&cacheSeconds=3600)](https://chocolatey.org/packages/go-ipfs)

```Powershell
PS> choco install go-ipfs
```
No longer supported, see rationale in [kubo#9341](https://github.com/ipfs/kubo/issues/9341).

#### Scoop

Expand Down

0 comments on commit c9f7e2c

Please sign in to comment.