Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhenry authored Mar 3, 2023
1 parent 487cf77 commit b06a7a0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,29 @@ 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
brew tap michaelhenry/envject
brew install envject
```

```shell
envject --file sample.config.txt
```


## LICENSE

MIT
MIT

0 comments on commit b06a7a0

Please sign in to comment.