Skip to content

Commit

Permalink
chore: Correct unzip command
Browse files Browse the repository at this point in the history
  • Loading branch information
pcjun97 committed Jun 1, 2021
1 parent 278a7e3 commit b4de859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ echo "export XDG_CONFIG_HOME=\$HOME/.config" >> $HOME/.bashrc
```bash
mkdir -p $XDG_CONFIG_HOME/kustomize/plugin/pcjun97/v1/hashannotator/v1
wget -c https://github.com/pcjun97/kustomize-hash-annotator/releases/latest/download/hashannotator_latest_$(uname -s)_$(uname -m).tar.gz -O hashannotator_latest.tar.gz
tar -xz hashannotator_latest.tar.gz -C $XDG_CONFIG_HOME/kustomize/plugin/pcjun97/v1/hashannotator/
tar -xzf hashannotator_latest.tar.gz -C $XDG_CONFIG_HOME/kustomize/plugin/pcjun97/v1/hashannotator/
```

### Run `make install` with the cloned repo Locally
Expand Down

0 comments on commit b4de859

Please sign in to comment.