From a2a9027d5ea137bb16207d5fbbfa904c941ef556 Mon Sep 17 00:00:00 2001 From: Nicole Streltsov Date: Thu, 31 Oct 2024 23:03:32 -0400 Subject: [PATCH] update brew install --- README.md | 2 +- docs/docs/intro.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62307c51..5d0d33e5 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ To compare command performance with Redis, benchmarks can be run with: Prerequisites: - `brew install redis` to run the Redis server and benchmark script -- `brew tap echovault/echovault` & `brew install echovault/echovault/echovault` to run the SugarDB Client-Server +- `brew tap echovault/sugardb` & `brew install echovault/echovault/sugardb` to run the SugarDB Client-Server Benchmark script options: - `make benchmark use_local_server=true` runs on your local SugarDB Client-Server diff --git a/docs/docs/intro.md b/docs/docs/intro.md index 7f5373c5..69f76d79 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -70,8 +70,8 @@ if err != nil { ### Homebrew To install via homebrew, run: -1) `brew tap echovault/echovault` -2) `brew install echovault/echovault/echovault` +1) `brew tap echovault/sugardb` +2) `brew install echovault/echovault/sugardb` Once installed, you can run the server with the following command: `echovault --bind-addr=localhost --data-dir="path/to/persistence/directory"`