From d0d26d423baf2f076a740aea7abcf8a711516470 Mon Sep 17 00:00:00 2001 From: Jarry Xiao <61092285+jarry-xiao@users.noreply.github.com> Date: Wed, 12 Jul 2023 23:27:25 -0400 Subject: [PATCH] Update README.md (#35) Signed-off-by: Jarry Xiao <61092285+jarry-xiao@users.noreply.github.com> --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5eadda4..7de3e32 100644 --- a/README.md +++ b/README.md @@ -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