From 73e4aaa75ddb615775964cda4733b89aa6ff834e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 31 Jul 2017 16:21:33 -0600 Subject: [PATCH] Update README.md --- README.md | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 818b916..90ef86b 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,13 @@ Initial Configuration Once installed and started you can visit . -``` -curl http://localhost.daplie.me:3000 -H 'X-Forwarded-Proto: https' +```bash +curl -X POST http://localhost.daplie.me:3000 \ + -H 'X-Forwarded-Proto: https' \ + -H 'Content-Type: application/json' \ + -d '{ + domain: 'example.com' + }' ``` API @@ -139,15 +144,19 @@ POST https://api./api/walnut@daplie.com/init The following domains are required to point to WALNUT server +``` +cloud. +api.cloud. +``` + +and + ``` www. api. assets. - -cloud. -api.cloud. ``` Example `/etc/goldilocks/goldilocks.yml`: