Update README

This commit is contained in:
Knoch 2025-05-15 14:18:49 +02:00
parent 13a3be9e18
commit 2d45d8ca4e

View File

@ -1,11 +1,13 @@
# onPoint # 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 ## Installation
This program is meant to be used as a git submodule of your actual presentation project, therefore you need to add it: This program is meant to be used as a git submodule of your actual presentation project, therefore you need to add it:
```sh ```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. Make sure to have python3 and pandoc (the same version for all developers!) installed.