Skip to content

Commit

Permalink
Fix flora path in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ketchoop committed Nov 11, 2021
1 parent 66ff560 commit c2bd556
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ compatible with your **.tf manifests** Terraform binary.
```
brew install ketchoop/homebrew-tap/flora
mkdir -p ~/flora/.bin
mkdir -p ~/.flora/.bin
```

2. By *go get*
```
go get -u github.com/ketchoop/flora/cmd/flora
mkdir -p ~/flora/.bin
mkdir -p ~/.flora/.bin
```

3. By install.sh
Expand Down

0 comments on commit c2bd556

Please sign in to comment.