mirror of
https://github.com/NotAShelf/hexxy.git
synced 2024-11-22 13:20:49 +00:00
AL install steps
This commit is contained in:
parent
bc0cb46cb5
commit
d5823f891a
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue