Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
seunlanlege committed Oct 31, 2023
1 parent 0f5b328 commit 3b21f08
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ Hyperclient is a simple CLI tool for sending cross-chain requests through Hyperb
### Installation


You'll have to build from scratch. This requires [a rust installation](https://doc.rust-lang.org/cargo/getting-started/installation.html)
You can install the hyperclient using this script, which will dowload the appropriate binary for your computer. We currently support both mac & linux.

```
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/polytope-labs/hyperbridge/releases/download/v0.1.8/hyperclient-installer.sh | sh
hyperclient --help
```

If you use any other distribution, you'll have to build from scratch. This requires [a rust installation](https://doc.rust-lang.org/cargo/getting-started/installation.html)


```
Expand Down

0 comments on commit 3b21f08

Please sign in to comment.