From 633452433060dfa0c4b1ab223c0768bb75e76f7b Mon Sep 17 00:00:00 2001 From: Seun Lanlege Date: Mon, 30 Oct 2023 17:38:24 +0100 Subject: [PATCH] README --- client/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/README.md b/client/README.md index 70348a560..87336fb32 100644 --- a/client/README.md +++ b/client/README.md @@ -7,7 +7,7 @@ Hyperclient is a simple CLI tool for sending cross-chain requests through Hyperb We provide a prebuilt binary for linux, you can download it like so: ``` -wget "https://github.com/polytope-labs/hyperbridge/releases/download/v0/hyperclient-linux" -o=hyperclient; +wget "https://github.com/polytope-labs/hyperbridge/releases/download/v0/hyperclient-linux" -o=hyperclient ./hyperclient --help ```