From bcd0cd5c6e9e108452cc3bba2c643cd6ff73df99 Mon Sep 17 00:00:00 2001 From: Ritesh Rai Date: Thu, 11 Jul 2024 10:37:59 -0400 Subject: [PATCH] feat(docs): Update docs to setup using docker-compose --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92fb0f4..401e511 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,9 @@ Prerequisites: - [wash 0.29](https://wasmcloud.com/docs/installation) or later - A built couchbase capability provider, see [#build](#build) -- Couchbase server as setup in the [Quick Install](https://docs.couchbase.com/server/current/getting-started/do-a-quick-install.html) guide with a bucket named **test** created. +- Couchbase server setup using the docker-compose in the repo and just run `docker-compose up -d` to start a Couchbase server with the required setup. + .Alternatively, you can use [Quick Install](https://docs.couchbase.com/server/current/getting-started/do-a-quick-install.html) guide with a bucket named **test** created + ```shell wash up -d