From 27e0443673af95e5befcebebe8c9ec0e979598d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Moreno?= Date: Thu, 3 May 2018 11:50:22 +0200 Subject: [PATCH] Update README.md --- test/smoke/README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/test/smoke/README.md b/test/smoke/README.md index f02895292b8..e95add99c53 100644 --- a/test/smoke/README.md +++ b/test/smoke/README.md @@ -2,11 +2,9 @@ ## Run -### Prerequisites -* Pull latest from vscode -* Run yarn install +### Pitfalls + * Switch to US-International keyboard layout (due to #27841) if you are on any other layout. -* Ensure you have Node > v6 ### Run from `master` @@ -24,7 +22,7 @@ You must always run the smoketest version which matches the release you are test ``` git checkout release/1.22 -cd test/smoke && yarn compile +cd test/smoke && yarn && yarn compile yarn smoketest --build PATH_TO_RELEASE_BUILD ``` -- GitLab