19 lines
378 B
Markdown
19 lines
378 B
Markdown
|
# Ventoy
|
||
|
|
||
|
Source files for the talk I gave on Ventoy
|
||
|
|
||
|
|
||
|
### Building
|
||
|
|
||
|
Requirements:
|
||
|
- [markdown-slides](https://gitlab.com/da_doomer/markdown-slides)
|
||
|
- GNU Make
|
||
|
- A JS capable web browser
|
||
|
|
||
|
0. Clone this repository
|
||
|
1. `make clean`
|
||
|
2. `make`
|
||
|
3. `make preview` or open `./out/index.html` in a JS capable web browser
|
||
|
|
||
|
For instructions on presenting, refer to RevealJS documentation.
|