From ad33c0e4b512a81d1553c29992a73b7edfd9ce4b Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Wed, 20 Jul 2016 14:24:54 -0400 Subject: [PATCH] minor install tweaks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef80adcde..614c5a08e 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ This is the frontend for LBRY's in-browser application, that is automatically in These steps will get you to change-reload-see: -- Install [LBRY](//github.com/lbryio/lbry) +- Install [LBRY](https://github.com/lbryio/lbry/releases) - Install node and npm ([this gist may be useful](https://gist.github.com/isaacs/579814)) - Install babel (`npm install -g babel-cli babel-preset-es2015 babel-preset-react`) - Install [SASS](http://sass-lang.com/install) - Run ./watch.sh -- Open index.html +- Open dist/index.html - Changes made in `js` and `sass` will be auto compiled to `dist`