]> gitweb.stoutner.com Git - PrivacyBrowserROMIntegration.git/blobdiff - README
Release 3.6.1-1.
[PrivacyBrowserROMIntegration.git] / README
diff --git a/README b/README
index 384168c7036cdca20f46f0ec744c509db739c6e9..2cfc146521dd1edff9b4cecf298a619c7b87200b 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-Privacy Browser copyright © 2015-2019 Soren Stoutner <soren@stoutner.com>.
+Privacy Browser copyright © 2015-2021 Soren Stoutner <soren@stoutner.com>.
 
 https://www.stoutner.com/privacy-browser/
 
 
 https://www.stoutner.com/privacy-browser/
 
@@ -6,7 +6,9 @@ Privacy Browser is released under the GPLv3+ license.
 
 http://www.gnu.org/licenses/gpl-3.0.html
 
 
 http://www.gnu.org/licenses/gpl-3.0.html
 
-The source code is available from git.stoutner.com.
+The source code is available from gitweb.stoutner.com.  The repository can be cloned using the following command:
+
+git clone https://git.stoutner.com/PrivacyBrowserROMIntegration.git
 
 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.
 
 
 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.
 
@@ -14,8 +16,8 @@ Feature requests and bug reports can be submitted at https://redmine.stoutner.co
 
 To integrate Privacy Browser into a ROM build, add the following lines to the build manifest:
 
 
 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" />
+<remote name="stoutner" fetch="https://git.stoutner.com" />
+<project path="external/stoutner/privacy-browser" remote="stoutner" name="PrivacyBrowserROMIntegration.git" revision="master" />
 
 The sample Android.mk file replaces the `Browser` or `Browser2` package from AOSP.
 If you have removed them from your build manifest, you need to add the following statement to your device configuration:
 
 The sample Android.mk file replaces the `Browser` or `Browser2` package from AOSP.
 If you have removed them from your build manifest, you need to add the following statement to your device configuration: