diff --git a/README.md b/README.md index 9431db0..27c9566 100755 --- a/README.md +++ b/README.md @@ -1,11 +1,13 @@ # onPoint +Yet another markdown-based presentation tool. onPoint statically generates presentations in HTML based on Markdown content. Slide layouts can be configured via simple HTML templates. + ## Installation This program is meant to be used as a git submodule of your actual presentation project, therefore you need to add it: ```sh -git submodule add -b release git@path-to-onpoint.git +git submodule add -b release git@git.stuve-bamberg.de:latex/onpoint.git ```` Make sure to have python3 and pandoc (the same version for all developers!) installed.