[Pkg-mozext-commits] [requestpolicy] 61/100: rewrote readme.md a little

David Prévot taffit at moszumanska.debian.org
Fri Dec 12 22:56:59 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit df602e787e1988f150081d31dada0b403d6cc2e6
Author: myrdd <myrdd at users.noreply.github.com>
Date:   Wed Oct 29 13:02:51 2014 +0100

    rewrote readme.md a little
---
 README.md | 20 +++++++++++++-------
 1 file changed, 13 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 075a75a..d68a2ed 100644
--- a/README.md
+++ b/README.md
@@ -24,13 +24,6 @@ developed by [Justin Samuel](https://github.com/jsamuel) until 2012. Currently w
 
 GPL v3
 
-## Development
-
-You'd like to get more into RequestPolicy? Great! Just take a look at the issues, say hello in our [general discussion](https://github.com/RequestPolicyContinued/requestpolicy/issues/484) issue or simply browse the code. A good first step is getting the code – see below. For more information, please take a look at our [Development Wiki](https://github.com/RequestPolicyContinued/requestpolicy/wiki).
-
-The wiki can be cloned locally with `git clone https://github.com/RequestPolicyContinued/requestpolicy.wiki.git`. It is included as a git [submodule](http://git-scm.com/book/en/Git-Tools-Submodules) of the main repository, so you can clone both the source and developement wiki in one step with `git clone --recursive https://github.com/RequestPolicyContinued/requestpolicy` or by running `git submodule update --init` inside your copy of the repository.
-
-
 ## Getting the Source Code
 
 If you'd like to download the RequestPolicy source code from our version
@@ -40,3 +33,16 @@ control system, you can do so with:
 git clone https://github.com/RequestPolicyContinued/requestpolicy.git
 ```
 
+Then you can change to the `src/` directory and run
+
+```bash
+ant
+```
+
+to create a [XPI](https://developer.mozilla.org/en-US/docs/XPI) file. It will be created at `src/dist/requestpolicy.xpi` and can be used for easy installation of RP into your web browser (Firefox).
+
+## Development
+
+You'd like to get more into RequestPolicy? Great! If you simply want to know what's going on in our community, check the [issues list](https://github.com/RequestPolicyContinued/requestpolicy/issues). If you want to get more into the source code, please take a look at our [Development Wiki](https://github.com/RequestPolicyContinued/requestpolicy/wiki). In any case, we would be pleased if you say hello in our [general discussion](https://github.com/RequestPolicyContinued/requestpolicy/issu [...]
+
+By the way, the wiki can be cloned locally with `git clone https://github.com/RequestPolicyContinued/requestpolicy.wiki.git`. It is included as a git [submodule](http://git-scm.com/book/en/Git-Tools-Submodules) of the main repository, so you can clone both the source and developement wiki in one step with `git clone --recursive https://github.com/RequestPolicyContinued/requestpolicy` or by running `git submodule update --init` inside your copy of the repository.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list