From 28e0b850cfd9c90584ecfe88f5517cf3df1d9c53 Mon Sep 17 00:00:00 2001 From: Grant Timmerman Date: Wed, 30 May 2018 09:41:03 -0700 Subject: [PATCH] Add install setup step. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 250fb286..53326ef2 100644 --- a/README.md +++ b/README.md @@ -220,6 +220,7 @@ Use an IDE like **Visual Studio Code** for TypeScript autocompletion. - Install `tsc`: `npm install -g typescript` - Remove your local version of `clasp`: `sudo npm uninstall -g @google/clasp` - This will prevent errors when updating `node_modules`. +- Install dependencies: `npm i` #### After Making a Change