Skip to content

Commit 490de79

Browse files
committed
Adapt README
1 parent 1a05d2d commit 490de79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

install-quarto/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ This action will:
1010
* 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)
1111
* 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`.
1212

13+
We recommend using this action on Linux or MacOS where it works best, especially if TinyTeX is needed.
14+
1315
### Inputs available
1416

1517
* `version` - _optional_. If provided, the specific quarto version will be installed. Ex: `version: 0.3.71`
@@ -21,7 +23,8 @@ This action will:
2123
version: 0.3.71
2224
```
2325
24-
* `tinytex` - _optional_. Set this to `tinytex: true` to let [Quarto installs TinyTeX](https://quarto.org/docs/output-formats/pdf-engine.html#installing-tex) using `quarto tools install tinytex`. **Only available on `main` branch**
26+
* `tinytex` - _optional_. Set this to `tinytex: true` to let [Quarto installs TinyTeX](https://quarto.org/docs/output-formats/pdf-engine.html#installing-tex) using `quarto tools install tinytex`. **Only available on `main` branch**
27+
_Notice: Installing TinyTeX on Windows takes long time several minutes and will make your all job longer_
2528

2629
```yaml
2730
steps:

0 commit comments

Comments
 (0)