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 a730766 commit c4d093d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Using an `xcconfig` file in Xcode to store sensitive information and then access

## Installation/How to use

#### Use from source
#### Use from source (must have a `go` installed on your machine)

```shell
git clone https://github.com/michaelhenry/envject/
Expand All @@ -47,7 +47,7 @@ go run main.go --file sample.config.txt --debug true
./envject --file sample.config.txt
```

#### Using Homebrew
#### Using Homebrew (Recommended)

```shell
brew tap michaelhenry/envject
Expand All @@ -64,8 +64,6 @@ To avoid brew from updating which usually taking some time:
export HOMEBREW_NO_AUTO_UPDATE=1
```

## Recommendations


## LICENSE

Expand Down

0 comments on commit c4d093d

Please sign in to comment.