Update README.md

This commit is contained in:
Drew Warren 2017-10-03 15:11:25 -06:00
parent 6328c40dc2
commit 3369ba52d1
1 changed files with 4 additions and 0 deletions

View File

@ -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
```