From 70a9e471eba6bc01ffadd632aa1dbd37b6603c4f Mon Sep 17 00:00:00 2001 From: Jim Tittsler Date: Mon, 3 May 2021 19:20:52 +0900 Subject: [PATCH] fix: typo in README (#46) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7123833..c060e89 100644 --- a/README.md +++ b/README.md @@ -60,11 +60,11 @@ sudo make install 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 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 yay -S hilbish-git ```