From 3369ba52d1fd961ba051d5427ceb7ca8fb6c5c0f Mon Sep 17 00:00:00 2001 From: Drew Warren Date: Tue, 3 Oct 2017 15:11:25 -0600 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 834d017..e1f5992 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Clone and load the HTML. That's all. npm install -g serve-https git clone git@git.daplie.com:Daplie/walnut_launchpad.git +# install oauth3 to /assets/oauth3.org +pushd walnut_launchpad +bash ./install.sh + pushd landing-page serve-https ```