Clarify running remote tests

This commit is contained in:
Raymond Zhao 2021-09-01 19:17:22 -07:00
parent e160a16de6
commit 86d81f35fe
No known key found for this signature in database
GPG Key ID: D36E5FCE46B63B58

View File

@ -27,7 +27,7 @@ example: yarn smoketest --build /Applications/Visual\ Studio\ Code\ -\ Insiders.
# Build (Web - read instructions below)
yarn smoketest --build <path to server web build (ends in -web)> --web --browser [chromium|webkit]
# Remote (Electron)
# Remote (Electron - Must be run on distro)
yarn smoketest --build <path to latest version> --remote
```