diff --git a/README.md b/README.md index c42f045..1f2ba07 100644 --- a/README.md +++ b/README.md @@ -9,13 +9,17 @@ Inspired by the functionality of [variable-injector](https://github.com/LucianoP ### 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 +```shell +./envject --file sample.config.txt +``` + ### Using Homebrew ```shell @@ -23,7 +27,11 @@ brew tap michaelhenry/envject brew install envject ``` +```shell +envject --file sample.config.txt +``` + ## LICENSE -MIT \ No newline at end of file +MIT