Merge pull request #9933 from perlun/patch-1

README.md: suggest usage of https instead of git protocol
This commit is contained in:
Tim van der Meij 2018-07-28 00:09:24 +02:00 committed by GitHub
commit d6f378fbaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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