Skip to content

Commit

Permalink
AUR package added + Updated Readme
Browse files Browse the repository at this point in the history
Users using arch based distro's can download the pre-built package from AUR.
  • Loading branch information
Albonycal authored May 2, 2021
1 parent 5c48bef commit 842133b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Swagger files were collected from a number of datasources, including an internet
* [Installation](#installation)
* [Downloading a release](#downloading-a-release)
* [Building from source](#building-from-source)
* [Installing via AUR](#aur)
* [Usage](#usage)
* [Quick Start](#quick-start)
* [CLI Help](#cli-help)
Expand Down Expand Up @@ -79,6 +80,12 @@ Alternatively, it is possible to download the compile `.kite` files from the lin
- [routes-large.kite](https://wordlists-cdn.assetnote.io/data/kiterunner/routes-large.kite.tar.gz) (40MB compressed, 183M decompressed)
- [routes-small.kite](https://wordlists-cdn.assetnote.io/data/kiterunner/routes-small.kite.tar.gz) (2MB compressed, 35MB decompressed)

## AUR
Users using a Arch based distro can download the pre-built binary from [AUR](https://aur.archlinux.org/packages/kiterunner-bin/)
You can use a "Aur Helper" like `yay` to install kiterunner
```
yay -S kiterunner-bin
```
# Usage

## Quick Start
Expand Down

0 comments on commit 842133b

Please sign in to comment.