更新 README.md

This commit is contained in:
2024-01-29 02:26:59 +00:00
parent 78b0cc2def
commit 461023359e

View File

@@ -12,7 +12,7 @@ pokemonsay
If you simply want to use `pokemonsay`, the only thing you need installed is `cowsay`. But you are probably interested in `fortune` as well, to provide random sayings to your pokémon. To install them both in Ubuntu, simply run:
```bash
$ sudo apt-get install fortune cowsay
$ sudo apt install fortune cowsay
```
If you want to rebuild everything in the repository, you will also need [`img2xterm`][img2xterm]. `img2xterm` is used to generate ".cow files" from the pokémon images. To install it you will need to build from source. The instructions are provided on their repository. And if you know an easier way, please tell me!
@@ -20,7 +20,7 @@ If you want to rebuild everything in the repository, you will also need [`img2xt
Keep in mind that `pokemonsay` will only work if you have `cowsay` installed and available in your `$PATH`. To install `pokemonsay` run these commands in a terminal window:
```bash
$ git clone http://github.com/possatti/pokemonsay
$ git clone https://git.moonjuice.tw/moonjuice/pokemonsay.git
$ cd pokemonsay
$ ./install.sh
```