From bed88fff95eabc31c329a3835114fd0db7969fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erdem=20K=C3=B6=C5=9Fk=28MEK=29?= Date: Wed, 12 Jun 2024 00:18:43 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 988efbc..b821a56 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ # Envolve - Manage Your .env Files with Ease +[Golang Version](https://github.com/erdemkosk/envolve-go) + Envolve is a command-line tool designed to simplify the management of `.env` files in your projects. It helps you collect, organize, and modify your environment variables across multiple projects, ensuring that you can easily handle your configuration data without the risk of losing it when you delete or archive your projects. ## Motivation