Skip to content

Commit 96d4f0e

Browse files
authored
docs: add some install instructions (#77)
This pr just adds a few notes about installing the cli for those that aren't as familiar with Go.
1 parent b8411c0 commit 96d4f0e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Readme.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,18 @@ to better understand project structure and common workflows.
3939

4040
Contributors should abide by the [Sourcegraph Code of Conduct](https://handbook.sourcegraph.com/company-info-and-process/communication/code_of_conduct/).
4141

42+
## Installing CLI
43+
44+
You can find binaries for `scip`
45+
[here](https://github.com/sourcegraph/scip/releases). If you'd like to create a
46+
binary locally you can do so with:
47+
48+
```sh
49+
git clone https://github.com/sourcegraph/scip.git --depth=1
50+
cd scip
51+
go build -o scip ./cmd
52+
```
53+
4254
## SCIP CLI reference
4355

4456
```

0 commit comments

Comments
 (0)