We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8491df8 commit bfaffddCopy full SHA for bfaffdd
1 file changed
README.md
@@ -21,9 +21,12 @@ git submodule update --init --recursive
21
### `LaTeX`
22
* **Windows**:
23
24
- ```
25
- powershell -file "scripts\miktex_install.ps1"
26
+ 1. Install [Chocolatey](https://chocolatey.org/install)
+ 2. Install miktex
+ ```bash
27
+ choco install miktex
28
+ ```
29
+ 3. Add miktex installation path to your system PATH environment variable. Default installation location: "C:\Program Files\MiKTeX\miktex\bin\x64"
30
31
* **Linux**:
32
```
0 commit comments