mfontanini / presenterm

A markdown terminal slideshow tool
https://mfontanini.github.io/presenterm/
BSD 2-Clause "Simplified" License
1.19k stars 29 forks source link

A basic HOWTO #163

Closed Resonanz closed 8 months ago

Resonanz commented 8 months ago

Please add a basic HOWTO to get the demo running.

git clone https://github.com/mfontanini/presenterm.git

cd presenterm

cargo build --release

./target/release/presenterm examples/demo.md
mfontanini commented 8 months ago

I'll add this later but yeah that, then cargo run examples/demo.md

mfontanini commented 8 months ago

Fixed in master, this is now in here.