From aede1ca623608508d9ec292309e12472fbe9b3bd Mon Sep 17 00:00:00 2001 From: kimihiro64 Date: Wed, 20 Jul 2016 18:25:23 -0500 Subject: [PATCH] Clarify testing --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 614c5a08e..bb551b71d 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,8 @@ These steps will get you to change-reload-see: - Install babel (`npm install -g babel-cli babel-preset-es2015 babel-preset-react`) - Install [SASS](http://sass-lang.com/install) - Run ./watch.sh -- Open dist/index.html +- Run lbrynet-daemon --ui=/full/path/to/dist/ - Changes made in `js` and `sass` will be auto compiled to `dist` +- `lbrynet-daemon --branch=branchname` can be used to test remote branches +- `lbry.call('configure_ui', {path: '/path/to/ui'})` can be used in JS console on web ui to switch ui path +- Occasionally refreshing the cache may be necessary for changes to show up in browser