From 9a7baa02d815f740dde14b76c3e9d062d1cae2e1 Mon Sep 17 00:00:00 2001 From: Benny Neugebauer Date: Wed, 10 Jul 2024 16:52:19 +0200 Subject: [PATCH] Mention install script to install tsc (#38) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 04f70a7..89be25d 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ This tool is to automate the application of TypeScript codefixes across your Typ # Download If cloning from GitHub, after cloning, run ``` +npm install npm run build npm link ```