Skip to content

Installation

Pasknel Ribeiro edited this page Nov 20, 2022 · 1 revision

Installing from Source

Clone the repository and build the project with Golang

$ git clone https://github.com/pasknel/epyon.git
$ cd epyon
$ go build

Make sure the config.yaml file is in the same folder as the epyon binary (use the config-example.yaml as template).

Run the binary

$ epyon -h

Clone this wiki locally