Decouple from markdown-rs folder. Added cleanup and test targets.

Shortened readme.
This commit is contained in:
Lukas Stancik
2026-05-19 16:06:40 +02:00
parent 931ae688b6
commit 14d0fd8ef1
3 changed files with 25 additions and 20 deletions
+1 -4
View File
@@ -5,10 +5,7 @@ Modified version of [Makudaun](https://github.com/orzklv/makudaun). This version
## Build and Installation
```shell
$ rust-musl-builder
root@f8512336e6ce:/home/rust/src# cargo build --release
exit
$ cp target/x86_64-unknown-linux-musl/release/md_to_html ~/.local/bin/md_to_html
$ make release/install
```
## Usage