|
1 | 1 | # Doxygen Plugin for DITA-OT [<img src="https://jason-fox.github.io/fox.jason.passthrough.doxygen/doxygen.png" align="right" width="300">](http://doxygendita-ot.rtfd.io/) |
2 | 2 |
|
3 | 3 | [](http://www.apache.org/licenses/LICENSE-2.0) |
4 | | -[](http://www.dita-ot.org/3.5) |
| 4 | +[](http://www.dita-ot.org/3.6) |
5 | 5 | [](https://github.com/jason-fox/fox.jason.passthrough.doxygen/actions?query=workflow%3ACI) |
6 | 6 | [](https://coveralls.io/github/jason-fox/fox.jason.passthrough.doxygen?branch=master) |
7 | 7 | [](https://doxygendita-ot.readthedocs.io/en/latest/?badge=latest) |
@@ -81,19 +81,19 @@ DITA-OT version is therefore 3.3. It is recommended that you upgrade to the late |
81 | 81 | The DITA-OT doxygen plug-in is a file reader for the DITA Open Toolkit. |
82 | 82 |
|
83 | 83 | - Full installation instructions for downloading DITA-OT can be found |
84 | | - [here](https://www.dita-ot.org/3.5.4/topics/installing-client.html). |
| 84 | + [here](https://www.dita-ot.org/3.6/topics/installing-client.html). |
85 | 85 |
|
86 | | - 1. Download the `dita-ot-3.5.4.zip` package from the project website at |
| 86 | + 1. Download the `dita-ot-3.6.zip` package from the project website at |
87 | 87 | [dita-ot.org/download](https://www.dita-ot.org/download) |
88 | 88 | 2. Extract the contents of the package to the directory where you want to install DITA-OT. |
89 | 89 | 3. **Optional**: Add the absolute path for the `bin` directory to the _PATH_ system variable. |
90 | 90 |
|
91 | 91 | This defines the necessary environment variable to run the `dita` command from the command line. |
92 | 92 |
|
93 | 93 | ```console |
94 | | -curl -LO https://github.com/dita-ot/dita-ot/releases/download/3.5.4/dita-ot-3.5.4.zip |
95 | | -unzip -q dita-ot-3.5.4.zip |
96 | | -rm dita-ot-3.5.4.zip |
| 94 | +curl -LO https://github.com/dita-ot/dita-ot/releases/download/3.6/dita-ot-3.6.zip |
| 95 | +unzip -q dita-ot-3.6.zip |
| 96 | +rm dita-ot-3.6.zip |
97 | 97 | ``` |
98 | 98 |
|
99 | 99 | ### Installing the Plug-in |
|
0 commit comments