diff --git a/docs/docs/deployment-guide.mdx b/docs/docs/deployment-guide.mdx index 0c628a43..75b09dc4 100644 --- a/docs/docs/deployment-guide.mdx +++ b/docs/docs/deployment-guide.mdx @@ -69,8 +69,6 @@ Watch this quick walkthrough video to learn how to deploy Sourcebot using Docker ghcr.io/sourcebot-dev/sourcebot:latest ``` - Navigate to `localhost:3000` to start searching the Sourcebot repo. - **This command**: - pulls the latest version of the `sourcebot` docker image. @@ -82,8 +80,8 @@ Watch this quick walkthrough video to learn how to deploy Sourcebot using Docker - - Navigate to `http://localhost:3000` and create an account. The first account which is registered on a fresh Sourcebot deployment is given the [owner role](/docs/configuration/auth/roles-and-permissions). + + Navigate to `http://localhost:3000` and complete the onboarding flow. By default, only email / password authentication is enabled. [Learn more about authentication](/docs/configuration/auth/overview).