mirror of
https://github.com/NotAShelf/hexxy.git
synced 2024-11-22 13:20:49 +00:00
commit
6914a188af
1 changed files with 7 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
![example of hexxy in action](assets/img.png)
|
![example of hexxy in action](assets/img.png)
|
||||||
|
|
||||||
## Quick install
|
## Quick install
|
||||||
|
|
||||||
requirements: Go 1.20+ (it may build with earlier versions as well but I have not tested them) and git
|
requirements: Go 1.20+ (it may build with earlier versions as well but I have not tested them) and git
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
@ -13,6 +14,12 @@ git clone https://github.com/sweetbbak/hexxy && cd hexxy
|
||||||
go build
|
go build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
On ArchLinux ([hexxy-git](https://aur.archlinux.org/packages/hexxy-git)), e.g.:
|
||||||
|
|
||||||
|
```
|
||||||
|
pikaur -S hexxy-git
|
||||||
|
```
|
||||||
|
|
||||||
## Example usage
|
## Example usage
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Reference in a new issue