DmitryBaranovskiy / raphael

JavaScript Vector Library
https://dmitrybaranovskiy.github.io/raphael/
MIT License
11.27k stars 1.67k forks source link

Documentation Feature Request: can README.md have a ref to installing bower? #1005

Closed byuksel closed 8 years ago

byuksel commented 9 years ago

When following the instruction on README.md, 'python -m SimpleHTTPServer' gives the following error when you request 'http://localhost:8000/dev/raphaelTest.html'

127.0.0.1 - - [12/Nov/2015 12:11:21] "GET /dev/raphaelTest.html HTTP/1.1" 200 - 127.0.0.1 - - [12/Nov/2015 12:11:21] code 404, message File not found 127.0.0.1 - - [12/Nov/2015 12:11:21] "GET /bower_components/requirejs/require.js HTTP/1.1" 404 - 127.0.0.1 - - [12/Nov/2015 12:11:21] code 404, message File not found

In raphaelTest.html there is this line:

Can we add this line to README.md as well?

tomasAlabes commented 8 years ago

Done