-
Notifications
You must be signed in to change notification settings - Fork 6
Installation
Mehdi Cheracher edited this page Jan 14, 2021
·
1 revision
To Install egor in your own machine you have 3 options:
- 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
- You can go to the releases page, and grab the latest binary (specific to your OS) and add that explicitly to your
PATH
variable
- If you have
go
toolchain installed on your machine, you clone the repository into yourGOPATH
and rungo install
, which will build and install egor in your computer.