fix reference in sh docs

This commit is contained in:
msukkari 2025-03-25 09:17:07 -07:00
parent c42bc97812
commit a1b5d98f22

View file

@ -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 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). Making changes to Sourcebot? Checkout our guide on how to [build from source](/self-hosting/deployment/source).