File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ container.
23
23
24
24
``` sh
25
25
$ 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
27
27
```
28
28
29
29
If everything went OK, a ` index.scip ` file should exist after the command has
@@ -99,7 +99,7 @@ CI machine.
99
99
# macOS/Linux
100
100
curl -fLo coursier https://git.io/coursier-cli \
101
101
&& 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
103
103
./scip-java --help
104
104
105
105
# Windows
You can’t perform that action at this time.
0 commit comments