mirror of https://github.com/sbt/sbt.git
Fix typo in doc
This commit is contained in:
parent
617fe5cc3d
commit
3c634d3fa8
|
|
@ -152,8 +152,8 @@ To iterate on code changes:
|
|||
|
||||
To build a distributable binary
|
||||
```
|
||||
./pants run cli/src/main/scala-2.11:coursier-cli
|
||||
./pants binary cli/src/main/scala-2.11:coursier-cli
|
||||
|
||||
# Artifact will be placed under dist/
|
||||
java -jar dist/coursier-cli.jar fetch --help
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue