feat: add Mastarm setup

This commit is contained in:
dancingCycle 2022-03-15 14:13:58 +01:00
parent 97b7aa001f
commit efca48ef1d
2 changed files with 23 additions and 0 deletions

18
doc/mastarm.md Normal file
View File

@ -0,0 +1,18 @@
# Setup Mastarm
* install [Node](node.md)
* check if Npm is successfully installed
```
npm -v
```
* install Mastarm using Npm
```
npm i -g mastarm
```
* verify that Mastarm is installed sccessfully
```
mastarm -V
```

5
doc/mastarm.md.license Normal file
View File

@ -0,0 +1,5 @@
/*
* SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad <swingbe.de>
*
* SPDX-License-Identifier: CC0-1.0
*/