From a9d4608172d9bec5e8881361aa258f8be7c581ce Mon Sep 17 00:00:00 2001 From: kunzheng <58841788+kunzms@users.noreply.github.com> Date: Fri, 12 Jun 2020 18:36:02 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 22eaf38c8..0a9d843e4 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ Form Labeling Tool requires [NodeJS (>= 10.x, Dubnium) and NPM](https://github.c ```bash git clone https://github.com/Microsoft/OCR-Form-Tools.git cd OCR-Form-Tools - npm install - npm run build - npm run react-start + yarn install + yarn build + yarn react-start ``` ### Set up this tool with Docker