diff --git a/README.md b/README.md index b9f4f67..52e0039 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,5 @@ npx tsc echo '{"type": "module"}' > obj/package.json node obj ``` + +Installation note: after doing `pnpm install` if the above compilation/run commands don't seem to work, execute `npx deepkit-type-install` and try again.