From cf0f3c9a886b4d45d7c64d60d7ee2ceea16db6a4 Mon Sep 17 00:00:00 2001 From: xufengli Date: Wed, 17 Jan 2018 12:12:19 +0000 Subject: [PATCH] update the manual build and install document Signed-off-by: xufengli --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9218f5d..1879745 100755 --- a/README.md +++ b/README.md @@ -13,10 +13,10 @@ Generate the installable VSIX file: git clone https://github.com/hyperledger/composer-vscode-plugin.git cd composer-vscode-plugin/server npm install -npm run compile +npm run compile:server cd ../client npm install -npm run package +npm run package:vsix ``` 1. Launch VSCode