From 2d45d8ca4e8ec7054a6758978bed77c15a6c3704 Mon Sep 17 00:00:00 2001 From: Florian Knoch Date: Thu, 15 May 2025 14:18:49 +0200 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.