From 2a6dfbe2ebe4267d9f0e5359d5bc0b0c5e2e021b Mon Sep 17 00:00:00 2001 From: barryWhiteHat Date: Thu, 22 Feb 2024 18:26:09 +0000 Subject: [PATCH] Update README.md Add how to connect to server --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e680d5..82b25f2 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,13 @@ `./scripts/moving_degree_test.sh` See [the test file](./scripts/moving_degree_test.sh) for insights on driving the CLI manually. -Docs will come once the codebase is not as messy and edge cases are handled \ No newline at end of file +Docs will come once the codebase is not as messy and edge cases are handled + +## Run with Deployed server + +1. Clone the repo +`git clone https://github.com/mach-34/grapevine && cd grapevine` +2. `echo "GRAPEVINE_SERVER=https://grapevine.mach34.space" > ./crates/grapevine_cli/.env` +3. cargo +nightly build +4. `cd target/debug` +5. ./grapevine