25 lines
547 B
Markdown
25 lines
547 B
Markdown
# dokugile
|
|
Simple document generator from Markdown to Html.
|
|
|
|
# demo
|
|
![demo](demo/demo.gif)
|
|
|
|
# how to use
|
|
These steps are indicated for _Debian_ based distros.
|
|
* _Pandoc_ is required. To install it run
|
|
```bash
|
|
sudo apt-get install pandoc
|
|
```
|
|
* Download and execute _dokugile_ binary
|
|
```bash
|
|
sudo chmod +x dokugile
|
|
./dokugile
|
|
```
|
|
* or execute _cargo run_ from source
|
|
```bash
|
|
git clone https://git.lainoa.eus/aitzol/dokugile.git
|
|
cd dokugile
|
|
cargo run
|
|
```
|
|
* Once you have created your document edit it as many times as you need to keep it up to date.
|