Skip to content

Commit

Permalink
Update README.md (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Jarry Xiao <[email protected]>
  • Loading branch information
jarry-xiao authored Jul 13, 2023
1 parent 9fec5dc commit d0d26d4
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,17 @@ CLI for interacting with the Phoenix DEX

## Installation

For Linux and MacOS, run the install script from your terminal
You will need to install Cargo if you don't already have it.

Run the following command in your shell to install it (or visit https://rustup.rs/):
```
bash <(curl -sSf https://raw.githubusercontent.com/Ellipsis-Labs/phoenix-cli/master/phoenix-cli-install.sh)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```

Test the installation of cli by running
To install the Phoenix CLI, run the following in your shell:

```
phoenix-cli --help
cargo install phoenix-cli
```

## Running the CLI
Expand Down

0 comments on commit d0d26d4

Please sign in to comment.