Skip to content

Commit

Permalink
update install line
Browse files Browse the repository at this point in the history
  • Loading branch information
andygeorge authored Sep 30, 2022
1 parent 0c9c675 commit dbe7267
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@ In conjunction with [Butane](https://coreos.github.io/butane/), this allows you

## Installation


```shell
INJECTION_VERSION=v0.1.0-beta
BIN_FOLDER=/usr/local/bin
GOARCH=amd64
GOOS=linux
sudo wget https://github.com/andygeorge/injection/releases/download/$INJECTION_VERSION/injection-$GOARCH-$GOOS -O $BIN_FOLDER/injection
sudo chmod a+x $BIN_FOLDER/injection
sudo wget https://github.com/andygeorge/injection/releases/download/v0.1.1-beta/injection-amd64-linux -O /usr/local/bin/injection && sudo chmod a+x /usr/local/bin/injection
```

Or, manually:
Expand Down

0 comments on commit dbe7267

Please sign in to comment.