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.
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
2929If everything went OK, a ` index.scip ` file should exist after the command has
@@ -99,7 +99,7 @@ CI machine.
9999# macOS/Linux
100100curl -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
You can’t perform that action at this time.
0 commit comments