From e36b6a8ae5319ef0984a2c28ca8ecb0054df4774 Mon Sep 17 00:00:00 2001 From: Rish Date: Tue, 21 Apr 2020 14:51:16 +0530 Subject: [PATCH] Updated readme --- ghost/portal/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ghost/portal/README.md b/ghost/portal/README.md index 821a8cb97a..7c9f416c79 100644 --- a/ghost/portal/README.md +++ b/ghost/portal/README.md @@ -19,6 +19,8 @@ To load members.js in any Ghost theme, add below code in theme's `default.hbs` b ``` +Temp Note: You'll need [local Ghost setup](https://github.com/TryGhost/members.js#in-your-local-ghost-setup) on `membersjs` branch for member APIs to work at the moment. + ## Basic Setup 1. Clone this repository: @@ -50,7 +52,7 @@ git fetch rish-upstream membersjs && git checkout membersjs ``` - Ensure your local Ghost is running -### In this repo(Members.js): +#### In this repo(Members.js): - Run `yarn build` to create the minified bundle with your changes at `umd/members.min.js` @@ -61,12 +63,10 @@ git fetch rish-upstream membersjs && git checkout membersjs ```html ```