Update README.md

This commit is contained in:
s0lray
2019-08-22 14:46:32 -04:00
parent de9ac69073
commit ee669b3d88
+1 -24
View File
@@ -48,27 +48,4 @@ Thank you!
https://osintframework.com
Happy Hunting!
## Instructions for installing/running locally
<ol start="1">
<li>Clone this repo</li>
<li>Open a terminal in repo directory</li>
</ol>
_and then..._
#### install dependencies with npm:
<ol start="3">
<li>Run `npm install`</li>
<li>Run `npm start` to start SimpleHTTPServer in the /public directory on port 8000 (you'll need python installed for this, of course)</li>
<li>Open your browser to http://localhost:8000</li>
</ol>
##### install dependencies with bower:
<ol start="3">
<li>Run `bower install`</li>
<li>Run `cd ./public; python -m SimpleHTTPServer 8000` (you'll need python installed for this, of course)</li>
<li>Open your browser to http://localhost:8000</li>
</ol>
Happy Hunting!