From 33f732644f37d2bf1bd35088f93f7ac1157d77b9 Mon Sep 17 00:00:00 2001 From: lujjjh Date: Tue, 27 Mar 2018 11:29:42 +0800 Subject: [PATCH] Update development instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfd70be..e445c60 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ TODO: Document exact distribution method * `git clone https://github.com/kpdecker/monaco-yaml` * `cd monaco-yaml` -* `npm install .` +* `yarn` * `npm run watch` * open `$/monaco-yaml/test/index.html` in your favorite browser.