Przeglądaj źródła

Added GitHub releases page links

Björn Ritzl 5 lat temu
rodzic
commit
af1b6fbcfd
2 zmienionych plików z 13 dodań i 7 usunięć
  1. 1 1
      docs/en/manuals/bob.md
  2. 12 6
      docs/en/shared/install.md

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

@@ -9,7 +9,7 @@ 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 at http://d.defold.com. 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 [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/).
 
 ## Usage
 

+ 12 - 6
docs/en/shared/install.md

@@ -44,14 +44,20 @@ Installation on Linux
 
   If you run into any problems starting the editor, opening a project or running a Defold game please refer to the [Linux section of the FAQ](/faq/faq#linux-issues).
 
-  ## Install an old version
+## Install an old version
 
-  You can download and install old editor versions using the following link pattern:
+### From Defold download page
 
-  * Windows: https://d.defold.com/archive/%sha1%/stable/editor2/Defold-x86_64-win32.zip
-  * macOS: https://d.defold.com/archive/%sha1%/stable/editor2/Defold-x86_64-darwin.dmg
-  * Linux: https://d.defold.com/archive/%sha1%/stable/editor2/Defold-x86_64-linux.zip
+You can download and install old editor versions using the following link pattern:
 
-  Replace `%sha1%` by the editor release hash representing the version in question. The hash of each Defold version can be seen in the links to the released version on the download page at https://d.defold.com/stable/ (make sure to remove the initial # character and only copy the alpha-numeric part):
+* Windows: https://d.defold.com/archive/%sha1%/stable/editor2/Defold-x86_64-win32.zip
+* macOS: https://d.defold.com/archive/%sha1%/stable/editor2/Defold-x86_64-darwin.dmg
+* Linux: https://d.defold.com/archive/%sha1%/stable/editor2/Defold-x86_64-linux.zip
+
+Replace `%sha1%` by the editor release hash representing the version in question. The hash of each Defold version can be seen in the links to the released version on the download page at https://d.defold.com/stable/ (make sure to remove the initial # character and only copy the alpha-numeric part):
 
 ![download editor](../shared/images/old_version_sha1.png)
+
+### From Defold GitHub release page
+
+Every stable version of Defold is also [released on GitHub](https://github.com/defold/defold/releases).