We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee449a7 commit 77abad8Copy full SHA for 77abad8
README.md
@@ -144,8 +144,8 @@ SRC_ENDPOINT=https://sourcegraph.example.com SRC_ACCESS_TOKEN=my-token src searc
144
Type the following on your PowerShell terminal:
145
146
```
147
-$env.SRC_ENDPOINT = 'https://sourcegraph.example.com'
148
-$env.SRC_ACCESS_TOKEN = 'my-token'
+$env:SRC_ENDPOINT = 'https://sourcegraph.example.com'
+$env:SRC_ACCESS_TOKEN = 'my-token'
149
150
151
Replace `my-token` and `https://sourcegraph.example.com` with the appropriate values for your account and instance.
0 commit comments