Skip to content

Commit 0866eb0

Browse files
committed
chore: update readme
1 parent 2a185a5 commit 0866eb0

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@
1313

1414
**Note:** Using Sourcegraph 3.12 or earlier? [See the older README](https://github.com/sourcegraph/src-cli/tree/3.11.2).
1515

16+
> [!NOTE]
17+
> ## Support / Feature requests / Issues
18+
>
19+
> We are no longer using GitHub issues to track src-cli requests or reports. For future questions or support requests, please contact [Sourcegraph Support](mailto:support@sourcegraph.com).
20+
1621
## Installation
1722

1823
Binary downloads are available on the [releases tab](https://github.com/sourcegraph/src-cli/releases), and through Sourcegraph.com. _If the latest version does not work for you,_ consider using the version compatible with your Sourcegraph instance instead.
@@ -120,15 +125,15 @@ Run <code><strong>src login <i>SOURCEGRAPH-URL</i></strong></code> to authentica
120125
- `SRC_ENDPOINT`: the URL to your Sourcegraph instance (such as `https://sourcegraph.example.com`)
121126
- `SRC_ACCESS_TOKEN`: your Sourcegraph access token (on your Sourcegraph instance, click your user menu in the top right, then select **Settings > Access tokens** to create one)
122127

123-
For convenience, you can add these environment variables persistently.
128+
For convenience, you can add these environment variables persistently.
124129

125130
### Configuration: Mac OS / Linux
126131

127132
Add the following to your terminal profile file, typically accessible at `~/.bash_profile` (if using Bash) or `~/.zprofile` (if using Zsh):
128133

129134
```
130135
export SRC_ACCESS_TOKEN=my-token
131-
export SRC_ENDPOINT=https://sourcegraph.example.com
136+
export SRC_ENDPOINT=https://sourcegraph.example.com
132137
```
133138

134139
Replace `my-token` and `https://sourcegraph.example.com` with the appropriate values for your account and instance.

0 commit comments

Comments
 (0)