From 926fc96895a9b92c041a4afb3b7e64a174797c4e Mon Sep 17 00:00:00 2001 From: sammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sat, 24 Apr 2021 18:42:39 -0400 Subject: [PATCH] docs: update readme to not say its beta --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 06d1d56..eaf8394 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Hilbish is an interactive Unix-like shell written in Go, with the config and other code written in Lua. -It is currently in a Beta state. Though very fit for daily usage, -updates may contain breaking changes. +It is sort of in a stable state currently, usable as a daily shell, +but there may still be breaking changes in Lua modules. # Screenshots
@@ -57,12 +57,12 @@ sudo make all Alternativly, if you use Arch Linux, you can compile Hilbish with an **(unofficial)** AUR package ```sh -yay -S hilbish-git -``` -Or install a prebuilt binary from an **(unofficial)** AUR package -```sh yay -S hilbish ``` +If you want the latest and greatest, you can install and compile from latest git commit +```sh +yay -S hilbish-git +``` ### Uninstall ```sh