Skip to content

Commit

Permalink
Tweak Windows commands (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed May 20, 2019
1 parent 6762203 commit 4e9441b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/pages/quick-start-install.md
Expand Up @@ -37,7 +37,6 @@ $ ./coursier bootstrap @EXTRA_COURSIER_ARGS@\

<details>
<summary>Equivalent Windows command</summary>
From Windows, run instead
```bat
> bitsadmin /transfer downloadCoursierCli https://git.io/coursier-cli "%cd%\coursier"
> bitsadmin /transfer downloadCoursierBat https://git.io/coursier-bat "%cd%\coursier.bat"
Expand All @@ -61,7 +60,7 @@ $ ./almond --install
<details>
<summary>Equivalent Windows command</summary>
```bat
$ .\almond --install
> .\almond --install
```
</details>

Expand Down

0 comments on commit 4e9441b

Please sign in to comment.