Skip to content

Commit 2b957dd

Browse files
committed
Add documentation for '--skip-install' key
1 parent bc0e36e commit 2b957dd

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -394,6 +394,16 @@ Changing UserAgent string for HTTP(S) requests
394394
If you are developer set DSI_TEST_AGENT to be `RedHatDevelopmentSuiteTestInstaller/${version}-test`
395395
to avoid interfrerance with real installer usage stats.
396396

397+
Debugging GUI without running actual installation
398+
-------------------------------------------------
399+
400+
If you developing UI and not really needed to install anything and be able to go though all the steps
401+
quickly use `--skip-install` option when running installer with npm.
402+
403+
``` shell
404+
npm start -- --skip-install
405+
```
406+
397407
Updating dependencies to latest
398408
-------------------------------
399409

0 commit comments

Comments
 (0)