From 25869b60ae036d05077d36f16f73da91d9754679 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Wed, 1 Sep 2021 17:28:28 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Fixed=20a=20typo=20in=20th?= =?UTF-8?q?e=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae5f94d..bad6c49 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This microservice houses endpoints for the following functions: ## Local Development -1. You need `calibre` in your local path +1. You need `calibre` in your local path. On `macOS` you can `brew install calibre` and make sure that `ebook-meta` is present on the path 2. You need `mongo` for the data store. on `macOS` you can use [these instructions](https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/) to install it 3. Clone this repo