]> gitweb.stoutner.com Git - PrivacyBrowserROMIntegration.git/blobdiff - README
Update the instructions for ROM integration in README and Android.mk.
[PrivacyBrowserROMIntegration.git] / README
diff --git a/README b/README
index a635caf146c7488211c037cbb699de0e4befa81a..bf93acbcdb3b88c87c24c861947ec70ebf8cea54 100644 (file)
--- a/README
+++ b/README
@@ -10,4 +10,9 @@ The source code is available from git.stoutner.com.
 
 The purpose of this repo is to make it easy to integrate Privacy Browser into ROMs.  It is updated with each release of Privacy Browser.
 
-Feature requests and bug reports can be made at https://redmine.stoutner.com/projects/privacy-browser-rom-integration.
+Feature requests and bug reports can be submitted at https://redmine.stoutner.com/projects/privacy-browser-rom-integration.
+
+To integrate Privacy Browser into a ROM build, add the following lines to the build manifest:
+
+<remote name="stoutner" fetch="git://git.stoutner.com" />
+  <project path="external/stoutner/privacy-browser" remote="stoutner" name="git/PrivacyBrowserROMIntegration.git" revision="master" />