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