From 3cf9436cef5e5ff72f087f9ddea15225654bdddb Mon Sep 17 00:00:00 2001 From: Colin Roberts Date: Thu, 23 Mar 2023 13:56:37 -0600 Subject: [PATCH] edited README a bit more --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4340f0b8..5cad0a7e 100644 --- a/README.md +++ b/README.md @@ -38,10 +38,13 @@ First, clone the repository to your local environment so ``` git clone https://github.com/primitivefinance/arbiter.git cd arbiter -cargo install --path ./crates/cli +cargo build ``` -Set the PROVIDER environment variable to use a custom provider. +With the `arbiter` binary generated, you can run commands such as: +``` +arbiter sim +``` ## Generating Docs To see the documentation for Arbiter, after cloning the repo, you can run: