Update README.md

This commit is contained in:
Knoch 2020-03-25 17:14:46 +01:00
parent b620ffe918
commit 75b8b3ac51

View File

@ -6,7 +6,7 @@ This program is meant to be used as a git submodule of your actual presentation
$ git submodule add -b release git@path-to-onpoint.git $ git submodule add -b release git@path-to-onpoint.git
Make sure to have python3 and pandoc installed. Make sure to have python3 and pandoc (the same version for all developers!) installed.
Next, we can install all requirements: Next, we can install all requirements:
$ cd onpoint $ cd onpoint
@ -25,6 +25,7 @@ We recommend you to structure your project directory like this:
├── onpoint ├── onpoint
│ ├── autocompile.sh │ ├── autocompile.sh
│ ├── main.py │ ├── main.py
│ ├── ….py
│ ├── README.md │ ├── README.md
│ └── requirements.txt │ └── requirements.txt
├── slides ├── slides