Update README.md

This commit is contained in:
Daniel Kluge
2024-01-01 17:41:41 +01:00
parent 3f4b200a8b
commit 070d896a9c
+1
View File
@@ -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. `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`. 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`.)