Skip to content

Commit 9f7c2f6

Browse files
Fix two issues in the getting started instructions.
1 parent 6d5d37d commit 9f7c2f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ container.
2323

2424
```sh
2525
$ docker run -v $(pwd):/home/gradle sourcegraph/scip-java:latest scip-java index
26-
$ src scip upload # (optional) upload index to Sourcegraph
26+
$ src code-intel upload # (optional) upload index to Sourcegraph
2727
```
2828

2929
If everything went OK, a `index.scip` file should exist after the command has
@@ -99,7 +99,7 @@ CI machine.
9999
# macOS/Linux
100100
curl -fLo coursier https://git.io/coursier-cli \
101101
&& chmod +x coursier \
102-
&& ./coursier bootstrap --standalone -o scip-java com.sourcegraph:scip-java_2.13:@STABLE_VERSION@
102+
&& ./coursier bootstrap --standalone -o scip-java com.sourcegraph:scip-java_2.13:@STABLE_VERSION@ --main com.sourcegraph.scip_java.ScipJava
103103
./scip-java --help
104104

105105
# Windows

0 commit comments

Comments
 (0)