From eff68e5ac210a3cbf934e2da49d0949ecf5919b1 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 15 Aug 2023 17:04:30 -0700 Subject: [PATCH] doc: note possible need for extra installation step --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.