fix: typo in README

pull/46/head
Jim Tittsler 2021-05-03 17:29:45 +09:00 committed by GitHub
parent 6bb2a2f8c8
commit a9ff871b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -60,11 +60,11 @@ sudo make install
sudo make all sudo make all
``` ```
Alternativly, if you use Arch Linux, you can compile Hilbish with an **(unofficial)** AUR package Alternatively, if you use Arch Linux, you can compile Hilbish with an **(unofficial)** AUR package:
```sh ```sh
yay -S hilbish yay -S hilbish
``` ```
If you want the latest and greatest, you can install and compile from latest git commit If you want the latest and greatest, you can install and compile from latest git commit:
```sh ```sh
yay -S hilbish-git yay -S hilbish-git
``` ```