From 203561979d2fe234cbb017112e38a6014a1e42c2 Mon Sep 17 00:00:00 2001 From: jonaswhidden Date: Wed, 6 Jul 2016 20:50:03 -0500 Subject: [PATCH] Remove unnecessary ` --- posts/faq/custom-ui.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/posts/faq/custom-ui.md b/posts/faq/custom-ui.md index 1fe5d717..bfcc0dac 100644 --- a/posts/faq/custom-ui.md +++ b/posts/faq/custom-ui.md @@ -4,10 +4,10 @@ title: How do I specify a web-UI to use? If the files for the UI you'd like to use are stored locally on your computer, start lbry with the `--ui` flag: - `lbrynet-daemon --ui=/full/path/to/ui/files/root/folder` + lbrynet-daemon --ui=/full/path/to/ui/files/root/folder Once set with the UI flag, the given UI will be cached by lbry and used as the default going forward. Also, it will only successfully load a UI if it contains a conforming requirements.txt file to specify required lbrynet and lbryum versions. [Here](https://github.com/lbryio/lbry-web-ui/blob/master/dist/requirements.txt) is an example requirements.txt file. To reset your ui to pull from lbryio, or to try a UI still in development, run lbry with the `--branch` flag: - `lbrynet-daemon --branch=master` + lbrynet-daemon --branch=master