diff --git a/doc/mastarm.md b/doc/mastarm.md new file mode 100644 index 0000000..9ad4321 --- /dev/null +++ b/doc/mastarm.md @@ -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 +``` diff --git a/doc/mastarm.md.license b/doc/mastarm.md.license new file mode 100644 index 0000000..3c4280e --- /dev/null +++ b/doc/mastarm.md.license @@ -0,0 +1,5 @@ +/* + * SPDX-FileCopyrightText: 2022 Software Ingenieur Begerad + * + * SPDX-License-Identifier: CC0-1.0 + */