Skip to content

Commit

Permalink
Fix how to install from source (#34)
Browse files Browse the repository at this point in the history
* updates

* updates how to install from source

* updates how to install from source
  • Loading branch information
jz543fm authored Aug 27, 2024
1 parent 5279ba7 commit b836834
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 @@ -23,11 +23,9 @@ RUN chmod +x /usr/local/bin/goenvtemplator2

## Building from source
```bash
# if you have glide already get the binary
go get github.com/Masterminds/glide
# install dependencies
$GOPATH/bin/glide i
make
chmod +x goenvtemplator2
cp goenvtemplator2 /usr/local/bin
```

## Usage
Expand Down

0 comments on commit b836834

Please sign in to comment.