@@ -9,13 +9,14 @@ Written in Javascript for the Node Platform (v14+).
### .sh and .js Scripts available
There is a set of shellscripts in the `bin/` subdirectory. They are just simple wrappers for the js Files. Each Shell scripts load the node v14 for you.
There is a set of shellscripts in the `bin/` subdirectory. They are just simple wrappers for the `.js` files in the `src` directory.
Each shell script tries to load Node v14 first (because for regular mDIS development, I prefer to use Node v12).
You can call the JavaScript files directly as well, but then you have to make sure that you are using Node 14+.
You can call the JavaScript files directly as well, but then you have to switch to Node 14+, e.g. by using `nvm`, the Node Volume Manager.