README
This commit is contained in:
parent
022a7f1f72
commit
19f8fd61b9
@ -6,10 +6,13 @@ 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 by running
|
||||||
```bash
|
```bash
|
||||||
sudo apt-get install pandoc
|
sudo apt-get install pandoc
|
||||||
```
|
```
|
||||||
|
> although you will find a newer version here: https://github.com/jgm/pandoc/releases
|
||||||
|
|
||||||
* Download and execute _dokugile_ binary
|
* Download and execute _dokugile_ binary
|
||||||
```bash
|
```bash
|
||||||
sudo chmod +x dokugile
|
sudo chmod +x dokugile
|
||||||
|
Loading…
Reference in New Issue
Block a user