Skip to content

Commit

Permalink
format readme doc
Browse files Browse the repository at this point in the history
Signed-off-by: Ganeshdip Dumbare <[email protected]>
  • Loading branch information
ganeshdipdumbare committed Sep 4, 2024
1 parent a9c42a4 commit 3e93255
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,16 @@ Marqo is more than a vector database, it's an end-to-end vector search engine fo

### Installation

1. **Run Marqo using Docker** (for Mac users):
```bash
## will start marqo-os and marqo service mentioned in docker compose.
1. Marqo requires docker. To install Docker go to the [Docker Official website](https://docs.docker.com/get-docker/). Ensure that docker has at least 8GB memory and 50GB storage.

2. **Use docker to run Marqo for Mac users**:
```bash
## will start marqo-os and marqo service mentioned in docker compose.
docker compose up -d
```

2. **Get the Marqo Go client**:
```bash
```bash
go get github.com/ganeshdipdumbare/marqo-go@latest
```

Expand Down

0 comments on commit 3e93255

Please sign in to comment.