diff --git a/README.md b/README.md index dd0798d..498cd76 100644 --- a/README.md +++ b/README.md @@ -70,15 +70,17 @@ bash /srv/walnut/core/install-helper.sh Initial Configuration ------------- -Once installed and started you can visit . +Once installed and started you can visit to configure the primary domain. + +You could also do this manually via curl: ```bash +PRIMARY_DOMAIN="example.com" + curl -X POST http://api.localhost.daplie.me:3000/api/walnut@daplie.com/init \ -H 'X-Forwarded-Proto: https' \ -H 'Content-Type: application/json' \ - -d '{ - "domain": "example.com" - }' + -d '{ "domain": "'$PRIMARY_DOMAIN'" }' ``` API