Compare commits

..

2 Commits
v0.1.2 ... main

Author SHA1 Message Date
aitzol 1a7b0352eb README 2024-06-11 21:52:24 +02:00
aitzol 19f8fd61b9 README 2024-06-11 21:35:06 +02:00
1 changed files with 3 additions and 1 deletions

View File

@ -6,10 +6,12 @@ Simple document generator from Markdown to Html.
# how to use # how to use
These steps are indicated for _Debian_ based distros. These steps are indicated for _Debian_ based distros.
* _Pandoc_ is required. To install it run
* _Pandoc_ version 3.1.13 or higher is required. You can try to install it from the repositories by running the following command, but you will probably find newer versions here: https://github.com/jgm/pandoc/releases
```bash ```bash
sudo apt-get install pandoc sudo apt-get install pandoc
``` ```
* Download and execute _dokugile_ binary * Download and execute _dokugile_ binary
```bash ```bash
sudo chmod +x dokugile sudo chmod +x dokugile