From 99978d44b6fceb1060b10a7ac672d3ed98e0e528 Mon Sep 17 00:00:00 2001 From: Suraj B M Date: Tue, 30 Sep 2025 19:43:22 +0530 Subject: [PATCH] chore: add build instructions to README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index c1c6e0a..88f150f 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,24 @@ The current version performs all actions locally on the current system, but v2 w - Format `.env` files and open them in your default editor - Export all environments created as separate files +## Installation + +You need to have Go 1.25.0 installed. + +- Clone the repo: + +``` +git clone https://github.com/silicoflare/envy +``` + +- Install dependencies and build the binary + +``` +make +``` + +- Move the `envy` binary in the `dist` directory to PATH + ## Commands ### envy