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