Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
agrinman committed Apr 7, 2020
1 parent 9b38d6f commit ed46852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,24 @@ jobs:
uses: actions/download-artifact@v1
with:
name: wormhole-macOS-latest
path: macOS/wormhole
path: macOS/

- name: Download ubuntu
uses: actions/download-artifact@v1
with:
name: wormhole-ubuntu-latest
path: linux/wormhole
path: linux/

- name: Download windows
uses: actions/download-artifact@v1
with:
name: wormhole-windows-latest.exe
path: windows/wormhole.exe
path: windows/

- name: Compress
run: |
chmod +x macOS/wormhole
chmod +x linux/wormhole
tar -czvf wormhole-windows.tar.gz windows/wormhole.exe
tar -czvf wormhole-macOS.tar.gz macOS/wormhole
tar -czvf wormhole-linux.tar.gz linux/wormhole
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Written in Rust. Built completely with async-io on top of tokio.

```bash
# with brew (macos)
$ brew install tap/agrinman/wormhole
### coming soon!

# with cargo
$ cargo install wormhole-tunnel
Expand Down

0 comments on commit ed46852

Please sign in to comment.