From 070d896a9c76db578a5875b45c2203999bde0206 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Mon, 1 Jan 2024 17:41:41 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 28d5221..99996dd 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,4 @@ It works like a gateway by serving a I4.0 Interface (the Asset Administration Sh `lib` must be build first, as it's currently not in npm and `example` uses it by path. Both can be built using `npm run build` and both have documentation that can be created using `npm run docs`. +(Of course you have to run `npm install before`.)