Skip to content

Commit

Permalink
Merge pull request #6 from derekhe/main
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sjuergen authored Nov 25, 2024
2 parents 559620e + e675e5b commit 0f5294f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,21 @@ For the interactive slides, you need to have a few software packages installed t
- Reveal.md (how to install it, is described below)

You can install Reveal.md using the command in a terminal
```npm install --global reveal-md```.

```
npm install --global reveal-md
```

Please note that this will install 3rd party executable files to your PC.

## Starting the slides
For starting the slides, please navigate into the respective directory in the command line
```cd ./00_introduction``` and execute the command ```apax present```.
```cd ./00_introduction``` and execute the command

```
apax present
```

This will start reveal-md with the slides of the section you navigated to.


Expand Down

0 comments on commit 0f5294f

Please sign in to comment.