Vlad Protsenko преди 2 години
родител
ревизия
c83f6a2083
променени са 1 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 3 3
      docs/en/manuals/bob.md

+ 3 - 3
docs/en/manuals/bob.md

@@ -9,13 +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 [GitHub Releases page](https://github.com/defold/defold/releases). Select a release, then download *bob/bob.jar*. If you are using Defold 1.4.8, you will need OpenJDK 17 to run it. For older version, you will need openJDK 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*. If you are using Defold 1.4.8, you will need OpenJDK 17 to run it. For older versions of Defold, you will need openJDK 11.
 
-Compatible OpenJDK 17 mirrors (Defold 1.4.8+):
+Compatible OpenJDK 17 mirrors (from Defold 1.4.8):
 * https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-17
 * https://github.com/adoptium/temurin17-binaries/releases / https://adoptium.net/
 
-Compatible OpenJDK 11 mirrors:
+Compatible OpenJDK 11 mirrors (up to Defold 1.4.7):
 * https://docs.microsoft.com/en-us/java/openjdk/download#openjdk-11
 * https://github.com/adoptium/temurin11-binaries/releases / https://adoptium.net/