Skip to content

Commit

Permalink
docs: install
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Alexandro Becker <[email protected]>
  • Loading branch information
caarlos0 committed Aug 11, 2021
1 parent b77ce23 commit aaed158
Showing 1 changed file with 33 additions and 4 deletions.
37 changes: 33 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,45 @@ to delete or not on a TUI:

## Install

On macOS:
**homebrew**:

```sh
brew install fork-cleaner
brew install caarlos0/tap/fork-cleaner
```

On Linux:
**snap**:

```sh
snap install fork-cleaner
```

Or download one of the archives from the releases page.
**apt**:

```sh
echo 'deb [trusted=yes] https://repo.caarlos0.dev/apt/ /' | sudo tee /etc/apt/sources.list.d/caarlos0.list
sudo apt update
sudo apt install fork-cleaner
```

**yum**:

```sh
echo '[caarlos0]
name=caarlos0
baseurl=https://repo.caarlos0.dev/yum/
enabled=1
gpgcheck=0' | sudo tee /etc/yum.repos.d/caarlos0.repo
sudo yum install fork-cleaner
```

**deb/rpm**:

Download the `.deb` or `.rpm` from the [releases page][releases] and
install with `dpkg -i` and `rpm -i` respectively.

**manually**:

Download the pre-compiled binaries from the [releases page][releases] or
clone the repo build from source.

[releases]: https://github.com/caarlos0/fork-cleaner/releases

0 comments on commit aaed158

Please sign in to comment.