mirror of
https://github.com/zu1k/nali.git
synced 2025-01-22 21:29:02 +08:00
30 lines
792 B
Markdown
30 lines
792 B
Markdown
|
<h1 align="center">
|
||
|
<br>nali<br>
|
||
|
</h1>
|
||
|
|
||
|
<h4 align="center">Something</h4>
|
||
|
|
||
|
<p align="center">
|
||
|
<a href="https://github.com/zu1k/nali/actions">
|
||
|
<img src="https://img.shields.io/github/workflow/status/zu1k/nali/Go?style=flat-square" alt="Github Actions">
|
||
|
</a>
|
||
|
<a href="https://goreportcard.com/report/github.com/zu1k/nali">
|
||
|
<img src="https://goreportcard.com/badge/github.com/zu1k/nali?style=flat-square">
|
||
|
</a>
|
||
|
<a href="https://github.com/zu1k/nali/releases">
|
||
|
<img src="https://img.shields.io/github/release/zu1k/nali/all.svg?style=flat-square">
|
||
|
</a>
|
||
|
</p>
|
||
|
|
||
|
## Install
|
||
|
|
||
|
he Requires Go >= 1.14. You can build it from source:
|
||
|
|
||
|
```sh
|
||
|
$ go get -u -v github.com/zu1k/nali
|
||
|
```
|
||
|
|
||
|
Pre-built binaries are available here: [release](https://github.com/zu1k/nali/releases)
|
||
|
|
||
|
## Usage
|