From fc8ffdc269c6240738933fd574bb232e26e85166 Mon Sep 17 00:00:00 2001 From: Nikolas Ioannou Date: Mon, 23 Apr 2018 17:14:32 +0200 Subject: [PATCH] Updated README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c468933..a22ee4b 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,16 @@ Data Store for Memcache implements the ascii [memcache protocol](https://github. ### Install dependencies #### On Ubuntu: -`sudo apt-get install stunnel4 -y` +`sudo apt-get install stunnel4 -y` `pip install -r requirements.txt` #### On Mac: -`brew install stunnel` +`brew install stunnel` `pip install -r requirements.txt` +### Run client setup script + You'll need an [IBM cloud api key](https://console.bluemix.net/docs/iam/apikeys.html#platform-api-keys) to use the setup script. The service instance crn should be provided at your Data Store for Memcache service instance's dashboard. -```python python/client.py --apikey --instance_crn ``` +`python python/client.py --apikey --instance_crn `