Skip to content

Installation

Mehdi Cheracher edited this page Jan 14, 2021 · 1 revision

To Install egor in your own machine you have 3 options:

Install script

  • If you are on Linux/Mac OSX you can use the following install script to download and add the egor binary into your PATH

TBD

Manually

  • You can go to the releases page, and grab the latest binary (specific to your OS) and add that explicitly to your PATH variable

Build from source

  • If you have go toolchain installed on your machine, you clone the repository into your GOPATH and run go install, which will build and install egor in your computer.
Clone this wiki locally