From bcd9b9a047eca6d930379513fd5c5b7063a042d0 Mon Sep 17 00:00:00 2001 From: sjuergen Date: Mon, 7 Oct 2024 16:15:13 +0200 Subject: [PATCH 1/2] add download link for node.js --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7039d65..6aaf4bb 100644 --- a/README.md +++ b/README.md @@ -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. From d6f3b62a39cc7c09ba8eb51f32678471865884f0 Mon Sep 17 00:00:00 2001 From: sjuergen Date: Mon, 7 Oct 2024 16:17:26 +0200 Subject: [PATCH 2/2] add gitattributes --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..489e429 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# `.gitattributes` reclassify `.st` files as iec-st: +** linguist-vendored +# *.ppjs linguist-language=ST \ No newline at end of file