Skip to content

Commit

Permalink
Merge pull request #4 from simatic-ax/describe_node_installation
Browse files Browse the repository at this point in the history
Describe node installation
  • Loading branch information
kruegerfelix authored Oct 7, 2024
2 parents 758aa1c + d6f3b62 commit 7d21852
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `.gitattributes` reclassify `.st` files as iec-st:
** linguist-vendored
# *.ppjs linguist-language=ST
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,10 @@ Click on `Code` in the gitlab repository overview and select one of the archive

## Prerequisites:
For the interactive slides, you need to have a few software packages installed to your PC:
- npm
- nodejs
- Reveal.md
- nodejs (which also installs npm) [here you can download the installer for node.js for Windows](https://nodejs.org/en)
- Reveal.md (how to install it, is described below)


To get started, please make sure to download and install both npm and nodejs. Once you installed both of these packages, you can install Reveal.md using the command
You can install Reveal.md using the command in a terminal
```npm install --global reveal-md```.

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

0 comments on commit 7d21852

Please sign in to comment.