Add instructions on how to execute reveal-md slides

This commit is contained in:
p1ng0ut 2023-01-22 16:21:52 +01:00
parent 004f75752c
commit 7fe759341d
2 changed files with 21 additions and 2 deletions

View File

@ -8,11 +8,20 @@ the [node package manager (npm)](https://nodejs.org/en/download/package-manager/
```bash
npm install -g reveal-md
```
Um anschlie
execute the following command:
```bash
reveal-md slides.md --theme league
reveal-md slides.md
```
To be able to execute the command afterwards, we have to make the path known. This can be done either once with an
```bash
export PATH=<path_to_reval_md_bin_path>:$PATH
```
or by adding this path to `~/.profile`
[^1]: a tutorial for the installation can be found at the link above

View File

@ -1,5 +1,15 @@
---
title: Dezentrale Kotlin Course
separator: <!--s-->
verticalSeparator: <!--v-->
theme: moon
revealOptions:
transition: 'fade'
---
# Dezentrale Kotlin course
---
## Kotlin language basics
Kotlin is a...