AL install steps

This commit is contained in:
Alexandre ZANNI 2024-02-15 12:02:42 +01:00 committed by GitHub
parent bc0cb46cb5
commit d5823f891a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,6 +6,7 @@
![example of hexxy in action](assets/img.png)
## Quick install
requirements: Go 1.20+ (it may build with earlier versions as well but I have not tested them) and git
```sh
@ -13,6 +14,12 @@ git clone https://github.com/sweetbbak/hexxy && cd hexxy
go build
```
On ArchLinux ([hexxy-git](https://aur.archlinux.org/packages/hexxy-git)), e.g.:
```
pikaur -S hexo-git
```
## Example usage
```sh