add local repo tip (#48382)

Can clean this up later, but wanted to make sure we got it in there. 
## Test plan

<!-- All pull requests REQUIRE a test plan:
https://docs.sourcegraph.com/dev/background-information/testing_principles
-->
Passing CI
This commit is contained in:
Taylor Sperry 2023-02-28 15:39:34 -07:00 committed by GitHub
parent 73155ec6ee
commit 5f196798b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,7 @@ Start Sourcegraph by running the following in a terminal:
```sh
sourcegraph
```
TIP: If you run `sourcegraph` from a local project directory in your terminal, App will automatically sync your files
Navigate to http://localhost:3080 in your browser.