Skip to content

Commit bfaffdd

Browse files
authored
Update miktex installation manual in README.md (#9)
1 parent 8491df8 commit bfaffdd

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,12 @@ git submodule update --init --recursive
2121
### `LaTeX`
2222
* **Windows**:
2323

24-
```
25-
powershell -file "scripts\miktex_install.ps1"
26-
```
24+
1. Install [Chocolatey](https://chocolatey.org/install)
25+
2. Install miktex
26+
```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"
2730

2831
* **Linux**:
2932
```

0 commit comments

Comments
 (0)