Skip to content

Commit 152fcdd

Browse files
committed
Add HTTPS git remote to ReadMe.md
https://bugs.webkit.org/show_bug.cgi?id=191561 Reviewed by Zalan Bujtas. * ReadMe.md: Canonical link: https://commits.webkit.org/206323@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@238113 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 577b907 commit 152fcdd

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2018-11-12 Ryosuke Niwa <rniwa@webkit.org>
2+
3+
Add HTTPS git remote to ReadMe.md
4+
https://bugs.webkit.org/show_bug.cgi?id=191561
5+
6+
Reviewed by Zalan Bujtas.
7+
8+
* ReadMe.md:
9+
110
2018-11-12 Takashi Komori <Takashi.Komori@sony.com>
211

312
Resurrect WebKitTestRunner for Windows port

ReadMe.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Run the following command to clone WebKit's Git SVN repository:
3030
git clone git://git.webkit.org/WebKit.git WebKit
3131
```
3232

33+
or
34+
35+
```
36+
git clone https://git.webkit.org/git/WebKit.git WebKit
37+
```
38+
3339
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.
3440

3541
```

0 commit comments

Comments
 (0)