Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: README.md

Issue 29331477: Issue 3340 - Add link to issue tracker in the README.md
Patch Set: Issue 3340 - Add link to issue tracker in the README.md Created Oct. 25, 2016, 8:21 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Adblock Plus for Firefox 1 Adblock Plus for Firefox
2 ======================== 2 ========================
3 3
4 Building 4 Building
5 --------- 5 ---------
6 6
7 ### Requirements 7 ### Requirements
8 8
9 - [Mercurial](https://www.mercurial-scm.org/) or [Git](https://git-scm.com/) (wh ichever you used to clone this repository) 9 - [Mercurial](https://www.mercurial-scm.org/) or [Git](https://git-scm.com/) (wh ichever you used to clone this repository)
10 - [Python 2.7](https://www.python.org) 10 - [Python 2.7](https://www.python.org)
(...skipping 23 matching lines...) Expand all
34 Running the unit tests 34 Running the unit tests
35 ---------------------- 35 ----------------------
36 36
37 To verify your changes you can use the existing 37 To verify your changes you can use the existing
38 [unit test suite](https://hg.adblockplus.org/adblockplustests). The unit tests 38 [unit test suite](https://hg.adblockplus.org/adblockplustests). The unit tests
39 are a separate extension that is installed in addition to Adblock Plus. You can 39 are a separate extension that is installed in addition to Adblock Plus. You can
40 either install the 40 either install the
41 [existing unit test builds](https://adblockplus.org/devbuilds/adblockplustests) 41 [existing unit test builds](https://adblockplus.org/devbuilds/adblockplustests)
42 or clone the repository and create your own build. After installing the unit 42 or clone the repository and create your own build. After installing the unit
43 tests go to extension's options and run the unit tests from there. 43 tests go to extension's options and run the unit tests from there.
44
45 Issues
46 ------
47
48 - [Issue Tracker](https://issues.adblockplus.org/)
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld