Skip to content

Commit 9818b6a

Browse files
olafurpgkeynmol
andauthored
Update README.md
Co-authored-by: Anton Sviridov <[email protected]>
1 parent 8d058ac commit 9818b6a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ For example, you can use
3131

3232
```sh
3333
curl -fLo coursier https://github.com/coursier/launchers/raw/master/coursier && chmod +x ./coursier
34-
export SEMANTICDB_KOTLIN_JAR=$(./coursier fetch com.sourcegraph:semanticdb-kotlinc:VERSION)
34+
export SEMANTICDB_KOTLIN_VERSION="latest.release" # or replace with a particular version
35+
export SEMANTICDB_KOTLIN_JAR=$(./coursier fetch com.sourcegraph:semanticdb-kotlinc:$SEMANTICDB_KOTLIN_VERSION)
3536
```
3637

3738
Once you have the jar file, you need to determine two compiler options:

0 commit comments

Comments
 (0)