docs: update readme to not say its beta

pull/38/head
sammy 2021-04-24 18:42:39 -04:00
parent d4ecdd5ea0
commit 926fc96895
No known key found for this signature in database
GPG Key ID: 50EE40A2809851F5
1 changed files with 6 additions and 6 deletions

View File

@ -10,8 +10,8 @@
Hilbish is an interactive Unix-like shell written in Go, with the config Hilbish is an interactive Unix-like shell written in Go, with the config
and other code written in Lua. and other code written in Lua.
It is currently in a Beta state. Though very fit for daily usage, It is sort of in a stable state currently, usable as a daily shell,
updates may contain breaking changes. but there may still be breaking changes in Lua modules.
# Screenshots # Screenshots
<div align="center"> <div align="center">
@ -57,12 +57,12 @@ sudo make all
Alternativly, if you use Arch Linux, you can compile Hilbish with an **(unofficial)** AUR package Alternativly, if you use Arch Linux, you can compile Hilbish with an **(unofficial)** AUR package
```sh ```sh
yay -S hilbish-git
```
Or install a prebuilt binary from an **(unofficial)** AUR package
```sh
yay -S hilbish 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 ### Uninstall
```sh ```sh