From 544851ee58af539908c682c547e05508e3dfb731 Mon Sep 17 00:00:00 2001 From: Blake Embrey Date: Tue, 22 Jan 2019 20:13:44 -0800 Subject: [PATCH] Remove globally installed `typescript` from README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4071cb226..c9239afd0 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,12 @@ ## Installation ```sh -# Locally in your project +# Locally in your project. npm install -D ts-node npm install -D typescript -# Or globally (not recommended) +# Or globally. npm install -g ts-node -npm install -g typescript ``` **Tip:** Installing modules locally allows you to control and share the versions through `package.json`.