Skip to content

Commit 8ee1714

Browse files
committed
Update README
1 parent 3387e96 commit 8ee1714

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install-quarto/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Install a Quarto release (https://github.com/quarto-dev/quarto-cli/releases) usi
77
This action will:
88

99
* Download the Github Release of Quarto on Mac and Linux and install it
10-
* On Windows, it will for now use Scoop to install Quarto, as we have still an issue with Quarto MSI on Github Action (https://github.com/quarto-dev/quarto-cli/issues/108)
10+
* On Windows, it will for now use **Scoop** (https://github.com/ScoopInstaller/Scoop) to install Quarto, as we have still an issue with Quarto MSI on Github Action (https://github.com/quarto-dev/quarto-cli/issues/108). (**Scoop** will be installed on the runner by the action)
11+
* On Linux and MacOS, it will use **gh** CLI to download the last available bundle (no `version` specified as input). If you don't have **gh** on your Github Action runner, you can specify a fix `version` to directly download from a URL using `wget`.
1112

1213
Inputs available
1314

0 commit comments

Comments
 (0)