mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
fix reference in sh docs
This commit is contained in:
parent
c42bc97812
commit
a1b5d98f22
1 changed files with 1 additions and 1 deletions
|
|
@ -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).
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue