Netflix-Skunkworks / Scumblr

Web framework that allows performing periodic syncs of data sources and performing analysis on the identified results
Apache License 2.0
2.64k stars 318 forks source link

install instructions #119

Closed ericalexanderorg closed 7 years ago

ericalexanderorg commented 7 years ago

this:

git clone git@github.com:Netflix/scumblr.git cd scumblr bundle install

should be changed to this:

git clone https://github.com/Netflix/Scumblr cd Scumblr bundle install

ahoernecke commented 7 years ago

Fixed, thanks!