mirror of
https://github.com/sharkdp/bat.git
synced 2025-11-20 08:46:07 +00:00
Update README-ja.md
Add x-cmd and flox method to install bat
This commit is contained in:
@@ -273,6 +273,24 @@ make install
|
|||||||
nix-env -i bat
|
nix-env -i bat
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Via flox
|
||||||
|
|
||||||
|
`bat` を [flox](https://flox.dev) 経由でインストールすることができます:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
flox install bat
|
||||||
|
```
|
||||||
|
|
||||||
|
### Via x-cmd
|
||||||
|
|
||||||
|
`bat` を [x-cmd](https://www.x-cmd.com) 経由でインストールすることができます:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
x env use bat
|
||||||
|
# or
|
||||||
|
x bat
|
||||||
|
```
|
||||||
|
|
||||||
### On openSUSE
|
### On openSUSE
|
||||||
|
|
||||||
`bat` をzypperでインストールすることができます:
|
`bat` をzypperでインストールすることができます:
|
||||||
|
|||||||
Reference in New Issue
Block a user