summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/xduts/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'macros/xetex/latex/xduts/README.md')
-rw-r--r--macros/xetex/latex/xduts/README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/macros/xetex/latex/xduts/README.md b/macros/xetex/latex/xduts/README.md
index f4e54ed187..7b6c9610fd 100644
--- a/macros/xetex/latex/xduts/README.md
+++ b/macros/xetex/latex/xduts/README.md
@@ -17,10 +17,12 @@ In the future, we plan to add the following document classes, including
## Installation
-You can install XDUTS by either CTAN or GitHub by following the instructions below.
+You can install XDUTS from either CTAN or GitHub by following the instructions below.
### CTAN
+#### TeX Live/MacTeX
+
Make sure the latest version of TeX Live/MacTeX is installed. Then, you can install XDUTS by running command below. If on Windows, it may be necessary to start a Command Prompt as an Administrator. If on macOS or GNU/Linux, please run the command with `sudo`.
```shell
@@ -33,6 +35,20 @@ Run command below to open the documentation in TeX Live/MacTeX.
texdoc xduts
```
+#### MiKTeX
+
+You can install XDUTS by running command below.
+
+```shell
+miktex packages install xduts
+```
+
+Run command below to open the documentation.
+
+```shell
+texdoc xduts
+```
+
### GitHub
Generally speaking, CTAN updates XDUTS slowly. If you want to use the latest version of XDUTS, download this repository and run the following commands to get the corresponding documentation and document class/package files.