Merge pull request #11630 from Snuffleupagus/README-gitpod

Attempt to clarify, and improve the wording of, the Gitpod section of the README
This commit is contained in:
Tim van der Meij 2020-02-26 22:09:28 +01:00 committed by GitHub
commit bde78cda33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -76,9 +76,13 @@ It is also possible to view all test PDF files on the right side by opening:
+ http://localhost:8888/test/pdfs/?frame + http://localhost:8888/test/pdfs/?frame
## Online setup with a single click ### Online setup with a single click
It's recommended to follow [Getting the Code] above, however you can also use [Gitpod](https://gitpod.io) (a free online VS Code like IDE). With a single click it will launch a ready to use workspace, with all the dependencies pre-installed and the web server running, so that you can start coding straight away. It's highly recommended to follow the [Getting the Code](#getting-the-code)
section above, which is the officially supported way to obtain the code.
However, you may also use [Gitpod](https://gitpod.io) (a free online IDE). With
a single click it will launch a ready to use development environment, with all
the necessary dependencies pre-installed and the web server running.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/mozilla/pdf.js) [![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/mozilla/pdf.js)