From bc9ac8a9475337500134041d73cef82fa3b7f3d4 Mon Sep 17 00:00:00 2001 From: Michael Henry Pantaleon <me@iamkel.net> Date: Fri, 3 Mar 2023 10:21:41 +1100 Subject: [PATCH] Update Readme. --- README.md | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1bcbb7f..c42f045 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,29 @@ # envject -An environment variables injector. + A command-line tool for injecting environment variables to any file. Useful for any configuration and CI. -## To use +Inspired by the functionality of [variable-injector](https://github.com/LucianoPAlmeida/variable-injector) but written in go. + +## Installation + +### Install from source ```shell - go run main.go -file=sample.config.txt -debug=true +go run main.go -file=sample.config.txt -debug=true ``` + +### Grab the binary from the release tags + +- https://github.com/michaelhenry/envject/releases + +### Using Homebrew + +```shell +brew tap michaelhenry/envject +brew install envject +``` + + +## LICENSE + +MIT \ No newline at end of file