Skip to content

Commit

Permalink
📝 Add instructions for failed installation of TinyTex on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ThierryO committed Feb 10, 2025
1 parent ad10d6c commit 2857abe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ if (!tinytex:::is_tinytex()) {
}
```

In case the installation of `TinyTeX` fails on Windows, run the command below and retry to install `TinyTex`.

```
Sys.setenv(PATH = paste0(old_path, ";C:\\Windows\\system32"))
```

Once `TinyTeX` is installed, you need to restart RStudio.
Then you can proceed with the installation of `INBOmd`.

Expand Down

0 comments on commit 2857abe

Please sign in to comment.