2
2
mirror of https://github.com/Hilbis/Hilbish synced 2025-05-11 14:53:22 +00:00
Hilbish/README.md
gokul swaminathan 795a7d7fca
fix: #7 and add -i flag to sed cmd (#11)
* Fixes #7 and adds `-i` to sed cmd

* Removed build dep

* Update README.md

* improve sed cmd
2021-03-25 22:07:58 -04:00

40 lines
765 B
Markdown

# Hilbish
🎀 a nice lil shell for lua people made with go and lua
It is currently in a mostly beta state but is very much usable
(I'm using it right now).
# Links
- **[Documentation](https://github.com/Hilbis/Hilbish/wiki)**
# Building
Prebuilt binaries are not yet provided, so to try it out you'll have to manually compile.
**NOTE:** Hilbish is currently only officially supported and tested on Linux
### Requirements
- Go 1.16
### Install
```sh
git clone https://github.com/Hilbis/Hilbish
cd Hilbish
make build
sudo make install
# Or
sudo make all
```
Alternativly, if you use Arch Linux, you can install Hilbish with an **(unofficial)** AUR package
```sh
yay -S hilbish-git
```
### Uninstall
```sh
sudo make uninstall
```
# License
[MIT](LICENSE)