Skip to content

Commit

Permalink
Fix #835: update installation command in the docs (#868)
Browse files Browse the repository at this point in the history
  • Loading branch information
anatoliykmetyuk committed Sep 1, 2021
1 parent 584b12c commit 434d403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/quick-start-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ See the possible combinations [here](install-versions.md)).
```bat
> bitsadmin /transfer downloadCoursierCli https://git.io/coursier-cli "%cd%\coursier"
> bitsadmin /transfer downloadCoursierBat https://git.io/coursier-bat "%cd%\coursier.bat"
> .\coursier launch --fork almond -- --install
> .\coursier launch --fork almond -M almond.ScalaKernel -- --install
```
</details>

Expand Down

0 comments on commit 434d403

Please sign in to comment.