This repository has been archived on 2024-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
kotlin-course/README.md

737 B

Kotlin Course

This repository contains some examples and slides built with reveal-md.js. To view the slides, the following command must be executed with the node package manager (npm) 1:

npm install -g reveal-md

Um anschlie execute the following command:

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

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 ↩︎