From ee669b3d882a3e1a3f917ba2af73f9ec5a101675 Mon Sep 17 00:00:00 2001 From: s0lray Date: Thu, 22 Aug 2019 14:46:32 -0400 Subject: [PATCH] Update README.md --- README.md | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) diff --git a/README.md b/README.md index 3b2d0b2..d1c058c 100644 --- a/README.md +++ b/README.md @@ -48,27 +48,4 @@ Thank you! https://osintframework.com -Happy Hunting! - -## Instructions for installing/running locally - -
    -
  1. Clone this repo
  2. -
  3. Open a terminal in repo directory
  4. -
- -_and then..._ - -#### install dependencies with npm: -
    -
  1. Run `npm install`
  2. -
  3. Run `npm start` to start SimpleHTTPServer in the /public directory on port 8000 (you'll need python installed for this, of course)
  4. -
  5. Open your browser to http://localhost:8000
  6. -
- -##### install dependencies with bower: -
    -
  1. Run `bower install`
  2. -
  3. Run `cd ./public; python -m SimpleHTTPServer 8000` (you'll need python installed for this, of course)
  4. -
  5. Open your browser to http://localhost:8000
  6. -
\ No newline at end of file +Happy Hunting! \ No newline at end of file