Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add install instructions for Gentoo users. #588

Merged
merged 2 commits into from
Jun 9, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,15 @@ You can install `bat` from the [Fedora Modular](https://docs.fedoraproject.org/e
dnf module install bat
```

### On Gentoo Linux

You can install [the `bat` package](https://packages.gentoo.org/packages/sys-apps/bat)
from the official sources:

```bash
emerge sys-apps/bat
```

### On Void Linux

You can install `bat` via xbps-install:
Expand Down
8 changes: 8 additions & 0 deletions doc/README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,14 @@ xbps-install -S bat
dnf module install bat
```

### Gentoo Linux

[Gentoo Linuxの公式リソース](https://packages.gentoo.org/packages/sys-apps/bat)からインストールできます。

```bash
emerge sys-apps/bat
```

### FreeBSD

事前にコンパイル済みである[pkg](https://www.freshports.org/textproc/bat)をインストールできます:
Expand Down