From e3d4ccf4a5ca65b061f262f554ee740ed0eb2aed Mon Sep 17 00:00:00 2001 From: aleigh Date: Wed, 22 Jun 2022 17:02:28 -0700 Subject: [PATCH] Docs --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cfe7434e..33b5caba8 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,11 @@ One created the docker image is registered on the local machine and can be handl includes docker save, load, push, etc. To setup a module to emit a docker container, copy the docker and dockerfile tasks from a working module (such as -lc-esp-engine) to your module. +lc-esp-engine) to your module. + +# NODE + +Install npm on the machine. + +npm install -g documentation + -- GitLab