add Fedora instructions

This commit is contained in:
object_1037 2019-02-03 18:13:19 +09:00 committed by David Peter
parent 42a873fdb8
commit 29ffa2a832
1 changed files with 8 additions and 0 deletions

View File

@ -116,6 +116,14 @@ xbps-ininstall経由で `bat` をインストールできます。
xbps-install -S bat
```
### Fedora
[Fedora Modular](https://docs.fedoraproject.org/en-US/modularity/using-modules/)経由で `bat` をインストールできます。これはFedora 29以上ではデフォルトで有効化されています。 もしそうでなければ、 `dnf install fedora-repos-modular` を実行してセットアップし、 `fedora-modular``fedora-updates-modular``/etc/yum.repos.d` で有効化されていることを確認してください。
```bash
dnf module install bat
```
### FreeBSD
事前にコンパイル済みである[pkg](https://www.freshports.org/textproc/bat)をインストールできます: