Pārlūkot izejas kodu

Update bob.md to add more direct link to OpenJDK 11 installers (#251)

* Update bob.md to add more direct link to OpenJDK 11 installers

* Update bob.md

* Update bob.md

* d'oh
Brian 3 gadi atpakaļ
vecāks
revīzija
41373e2529
1 mainītis faili ar 7 papildinājumiem un 1 dzēšanām
  1. 7 1
      docs/en/manuals/bob.md

+ 7 - 1
docs/en/manuals/bob.md

@@ -9,7 +9,13 @@ Bob is a command line tool for building Defold projects outside of the normal ed
 
 Bob is able to build data (corresponding to the build step of selecting the editor menu item <kbd>Project ▸ Build</kbd>), create data archives and create standalone, distributable application bundles (corresponding to the editor menu item <kbd>Project ▸ Bundle ▸ ...</kbd> options)
 
-Bob is distributed as a Java _JAR_ archive containing everything needed to build. You find the latest *bob.jar* distribution on the [Defold Download page](http://d.defold.com) and the [GitHub Releases page](https://github.com/defold/defold/releases). Select a release, then download *bob/bob.jar*. To run the Bob tool, you need [OpenJDK 11 installed on your computer](https://openjdk.java.net/projects/jdk/11/).
+Bob is distributed as a Java _JAR_ archive containing everything needed to build. You find the latest *bob.jar* distribution on the [GitHub Releases page](https://github.com/defold/defold/releases). Select a release, then download *bob/bob.jar*. To run the Bob tool, you need OpenJDK 11 installed on your computer. 
+
+Compatible OpenJDK 11 mirrors:
+* https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11
+* https://github.com/adoptium/temurin11-binaries/releases / https://adoptium.net/
+
+If you are on Windows you want the .msi file installer for OpenJDK 11.
 
 ## Usage