From 9f44d5d9433234f24192f56640a9412788ec0eef Mon Sep 17 00:00:00 2001 From: Aditya Thakral <9at8@users.noreply.github.com> Date: Fri, 23 Aug 2019 15:30:12 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5896a81..1d4d9ee 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,14 @@ The converter uses a fork of [babel-plugin-flow-to-typescript](https://github.co ## Installation +or add this in `devDependencies`: + ``` -yarn add --dev datadotworld/ts-migration.git[#commit] +"ts-migration": "git+https://github.com/datadotworld/ts-migration" ``` +and run `yarn` or if you're using lerna, then run `lerna bootstrap`. + ### This tool assumes: 1. TypeScript is installed in your codebase, and you have a `tsconfig.json` configured to suit your needs.