update readme

This commit is contained in:
Sean Yesmunt 2019-02-19 15:18:39 -05:00
parent 9346150514
commit 2d21d22bf5

View file

@ -9,6 +9,6 @@ This is a starter electron project for building apps on top of the LBRY SDK. It
``` ```
git clone https://github.com/lbryio/electron-starter git clone https://github.com/lbryio/electron-starter
cd electron-starter cd electron-starter
yarn npm install
yarn dev npm run dev
``` ```