diff --git a/doc/installation.md b/doc/installation.md index 0705722..fa93df0 100644 --- a/doc/installation.md +++ b/doc/installation.md @@ -30,6 +30,15 @@ return [ ] ``` +## Register the routes + +```yaml +# config/routes.yaml or config/routes/docusign.yaml +docusign: + resource: . + type: docusign +``` + Next: [Configure DocuSign](configure-docusign.md)