presentations/encryptyourshit/README.md

19 lines
412 B
Markdown
Raw Permalink Normal View History

2024-11-21 01:41:11 -05:00
# Encrypt Your Shit
2024-11-21 01:40:24 -05:00
2024-11-21 01:41:11 -05:00
A presentation I gave on the LUG Mini-Presentations day Fall 2024
2024-11-21 01:40:24 -05:00
### 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.