We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d5d37d commit 9f7c2f6Copy full SHA for 9f7c2f6
1 file changed
docs/getting-started.md
@@ -23,7 +23,7 @@ container.
23
24
```sh
25
$ docker run -v $(pwd):/home/gradle sourcegraph/scip-java:latest scip-java index
26
-$ src scip upload # (optional) upload index to Sourcegraph
+$ src code-intel upload # (optional) upload index to Sourcegraph
27
```
28
29
If everything went OK, a `index.scip` file should exist after the command has
@@ -99,7 +99,7 @@ CI machine.
99
# macOS/Linux
100
curl -fLo coursier https://git.io/coursier-cli \
101
&& chmod +x coursier \
102
- && ./coursier bootstrap --standalone -o scip-java com.sourcegraph:scip-java_2.13:@STABLE_VERSION@
+ && ./coursier bootstrap --standalone -o scip-java com.sourcegraph:scip-java_2.13:@STABLE_VERSION@ --main com.sourcegraph.scip_java.ScipJava
103
./scip-java --help
104
105
# Windows
0 commit comments