Merge pull request #9933 from perlun/patch-1
README.md: suggest usage of https instead of git protocol
This commit is contained in:
commit
d6f378fbaf
@ -43,7 +43,7 @@ directory `build/chromium`.
|
|||||||
|
|
||||||
To get a local copy of the current code, clone it using git:
|
To get a local copy of the current code, clone it using git:
|
||||||
|
|
||||||
$ git clone git://github.com/mozilla/pdf.js.git
|
$ git clone https://github.com/mozilla/pdf.js.git
|
||||||
$ cd pdf.js
|
$ cd pdf.js
|
||||||
|
|
||||||
Next, install Node.js via the [official package](http://nodejs.org) or via
|
Next, install Node.js via the [official package](http://nodejs.org) or via
|
||||||
|
Loading…
Reference in New Issue
Block a user