Skip to content
Snippets Groups Projects
Verified Commit 7bf0d66f authored by ck85nori's avatar ck85nori :railway_track:
Browse files

adds local viewing usage to readme

parent 431268ba
No related branches found
No related tags found
No related merge requests found
# The Official iDiv git Seminar # The Official iDiv git Seminars
## Usage ## Usage
- update reveal.js submodule To view the presentations locally, you need to clone the repository
- run make to create svg from dot sources recursively, to also get a copy of [reveal.js][]:
```bash
git clone --recursive https://git.idiv.de/sc/edu/git-seminar.git
```
Then you also need to create the images from the [graphviz dot
sources][graphviz]:
```bash
cd git-seminar
make
```
Then you can view the presentations, e.g. the basics:
```
firefox basics.html
```
## Attribution ## Attribution
- git logo by [Jason Long](https://twitter.com/jasonlong) - git logo by [Jason Long](https://twitter.com/jasonlong)
[graphviz]: http://www.graphviz.org/
[reveal.js]: https://revealjs.com/#/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment