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 7, 2023
1 parent 7f6b0c1 commit a730766
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,26 @@ Using an `xcconfig` file in Xcode to store sensitive information and then access

**Debugging**: Debugging issues related to `.xcconfig` files and `Info.plist` files can be challenging, particularly if there are issues related to sensitive information.

## How to use
## Installation/How to use

### Use from source
#### Use from source

```shell
git clone https://github.com/michaelhenry/envject/
cd envject

go run main.go --file sample.config.txt --debug true
```

### Grab the binary from the release assets
#### Download the binary file from the release assets page.

- https://github.com/michaelhenry/envject/releases

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

### Using Homebrew
#### Using Homebrew

```shell
brew tap michaelhenry/envject
Expand All @@ -64,7 +67,6 @@ export HOMEBREW_NO_AUTO_UPDATE=1
## Recommendations



## LICENSE

MIT

0 comments on commit a730766

Please sign in to comment.