From eba88a0476ef1ec1681e351682e7e09fedf9f3bc Mon Sep 17 00:00:00 2001 From: bill bittner Date: Wed, 15 Aug 2018 13:54:42 -0700 Subject: [PATCH] updated quickstarts --- README.md | 2 -- fullstart.md | 1 - 2 files changed, 3 deletions(-) diff --git a/README.md b/README.md index 5b15cb30..13cd4d9c 100644 --- a/README.md +++ b/README.md @@ -34,8 +34,6 @@ $ npm install $ npm run configure ``` -Add your ip address in `config/siteConfig.json` - #### Build & start the app _note: make sure lbry is running in the background before proceeding_ diff --git a/fullstart.md b/fullstart.md index 4c27b532..c0ddcd61 100644 --- a/fullstart.md +++ b/fullstart.md @@ -131,7 +131,6 @@ Check your site configs $ cd config/ $ nano siteConfig.json ``` -add your ip address in `config/siteConfig.json` ### Build & run