diff --git a/docs/self-hosting/overview.mdx b/docs/self-hosting/overview.mdx index ab45a43c..e8c6738e 100644 --- a/docs/self-hosting/overview.mdx +++ b/docs/self-hosting/overview.mdx @@ -11,7 +11,7 @@ Sourcebot is open source and can be self-hosted using our official Docker images docker run -p 3000:3000 --rm --name sourcebot ghcr.io/sourcebot-dev/sourcebot:staging ``` -Navigate to `localhost:3000` to see your Sourcebot deployment in action. Check out our [Getting Started](/getting-started) guide to learn how to index your repos and use the tool. +Navigate to `localhost:3000` to see your Sourcebot deployment in action. Check out the [README](https://github.com/sourcebot-dev/sourcebot/tree/main) to learn how to configure Sourcebot to index your repos. Making changes to Sourcebot? Checkout our guide on how to [build from source](/self-hosting/deployment/source).