diff options
author | object_1037 <yamagami.10370409@gmail.com> | 2019-02-03 18:13:19 +0900 |
---|---|---|
committer | David Peter <sharkdp@users.noreply.github.com> | 2019-02-03 12:58:04 +0100 |
commit | 29ffa2a832c435e6e3085ad5995f8f6b5fcad91a (patch) | |
tree | a9fbff53f9ea9fa5445eb39ab755be380c20c323 /doc | |
parent | 42a873fdb88b8d1aa22a8f92226db607938fff13 (diff) |
add Fedora instructions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README-ja.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/README-ja.md b/doc/README-ja.md index 4fc95dbb..34109835 100644 --- a/doc/README-ja.md +++ b/doc/README-ja.md @@ -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)をインストールできます: |