-
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 OSXyou 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
PATHvariable
- If you have
gotoolchain installed on your machine, you clone the repository into yourGOPATHand rungo install, which will build and install egor in your computer.