Title: [238113] trunk
Revision
238113
Author
rn...@webkit.org
Date
2018-11-12 15:42:49 -0800 (Mon, 12 Nov 2018)

Log Message

Add HTTPS git remote to ReadMe.md
https://bugs.webkit.org/show_bug.cgi?id=191561

Reviewed by Zalan Bujtas.

* ReadMe.md:

Modified Paths

Diff

Modified: trunk/ChangeLog (238112 => 238113)


--- trunk/ChangeLog	2018-11-12 23:34:29 UTC (rev 238112)
+++ trunk/ChangeLog	2018-11-12 23:42:49 UTC (rev 238113)
@@ -1,3 +1,12 @@
+2018-11-12  Ryosuke Niwa  <rn...@webkit.org>
+
+        Add HTTPS git remote to ReadMe.md
+        https://bugs.webkit.org/show_bug.cgi?id=191561
+
+        Reviewed by Zalan Bujtas.
+
+        * ReadMe.md:
+
 2018-11-12  Takashi Komori  <takashi.kom...@sony.com>
 
         Resurrect WebKitTestRunner for Windows port

Modified: trunk/ReadMe.md (238112 => 238113)


--- trunk/ReadMe.md	2018-11-12 23:34:29 UTC (rev 238112)
+++ trunk/ReadMe.md	2018-11-12 23:42:49 UTC (rev 238113)
@@ -30,6 +30,12 @@
 git clone git://git.webkit.org/WebKit.git WebKit
 ```
 
+or
+
+```
+git clone https://git.webkit.org/git/WebKit.git WebKit
+```
+
 If you want to be able to commit changes to the repository, or just want to check out branches that aren’t contained in WebKit.git, you will need track WebKit's Subversion repository. You can run the following command to configure this and other options of the new Git clone for WebKit development.
 
 ```
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to