Skip to content

Commit

Permalink
change release tarball bianry path (oras-project#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolitsky authored Jan 9, 2019
1 parent 81834b8 commit a12f2e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
builds:
- main: ./cmd/oras
binary: ./bin/oras
binary: ./oras
env:
- CGO_ENABLED=0
goos:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ curl -LO https://github.com/shizhMSFT/oras/releases/download/v0.3.1/oras_0.3.1_l
curl -LO https://github.com/shizhMSFT/oras/releases/download/v0.3.1/oras_0.3.1_darwin_amd64.tar.gz
# unpack, install, dispose
mkdir -p oras/
tar -zxf oras_0.3.1_*.tar.gz -C oras/
mv oras/bin/oras /usr/local/bin/
rm -rf oras_0.3.1_*.tar.gz oras/
mkdir -p oras-install/
tar -zxf oras_0.3.1_*.tar.gz -C oras-install/
mv oras-install/oras /usr/local/bin/
rm -rf oras_0.3.1_*.tar.gz oras-install/
```

Then, to run:
Expand Down

0 comments on commit a12f2e7

Please sign in to comment.