Skip to content

Commit

Permalink
GitHub dislikes FTP links in Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
1ec5 committed Dec 3, 2014
1 parent 9f2f7f9 commit 757d4dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Tests

The test harness requires [SpiderMonkey](https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey), the command line interface to the JavaScript engine in Firefox:

1. [Download SpiderMonkey](ftp://ftp.mozilla.org/pub/mozilla.org/js/) 24 or later. (If you’re feeling brave, you can also build and use [version 31rc0](https://groups.google.com/d/msg/mozilla.dev.tech.js-engine/lrVCmUuXkDk/TQtz8jJ54mMJ), which is closer to the version of Firefox most AVIM users are on.)
1. [Download SpiderMonkey](http://ftp.mozilla.org/pub/mozilla.org/js/) 24 or later. (If you’re feeling brave, you can also build and use [version 31rc0](https://groups.google.com/d/msg/mozilla.dev.tech.js-engine/lrVCmUuXkDk/TQtz8jJ54mMJ), which is closer to the version of Firefox most AVIM users are on.)
1. Follow the instructions in the INSTALL file to build SpiderMonkey, then run `make install` to install ịt.
1. Go to the tests/ directory in your checkout of this project.
1. Run `js24 -b -s test.js`.
Expand Down

0 comments on commit 757d4dc

Please sign in to comment.