From 461023359efdfdfabe25d24b236ec9a4ccb0695b Mon Sep 17 00:00:00 2001 From: moonjuice Date: Mon, 29 Jan 2024 02:26:59 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e24479f..8942fe5 100644 --- a/README.md +++ b/README.md @@ -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 ```