We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55e64ce + 298dcca commit 24193c5Copy full SHA for 24193c5
docs/installation.md
@@ -136,12 +136,12 @@ info: Compiled in 1.2s (0 errors)
136
137
### Add library dependencies to classpath
138
139
-Add libraries to the launched classpath to include them for compilation.
+Use the `--classpath` argument to change the classpath used for compilation:
140
141
```diff
142
coursier launch \
143
- org.scalameta:mdoc_@SCALA_BINARY_VERSION@:@VERSION@ \
144
-+ org.typelevel:cats-core_@SCALA_BINARY_VERSION@:1.5.0
+ org.scalameta:mdoc_@SCALA_BINARY_VERSION@:@VERSION@ -- \
++ --classpath $(coursier fetch -p org.typelevel:cats-core_@SCALA_BINARY_VERSION@:1.5.0)
145
```
146
147
### Customize input directory
0 commit comments