diff --git a/basics/installation/_index.md b/basics/installation/_index.md index a5d02f691f..1db70d76d0 100644 --- a/basics/installation/_index.md +++ b/basics/installation/_index.md @@ -144,7 +144,7 @@ Finally, flush privileges: The source code of PrestaShop is hosted on the [Official PrestaShop GitHub Repository](https://github.com/PrestaShop/PrestaShop/). -You can find all the released versions of PrestaShop here: [PrestaShop releases](https://github.com/PrestaShop/PrestaShop/releases). +You can find all the released versions of PrestaShop here: [PrestaShop releases](https://github.com/PrestaShop/PrestaShop/releases/). Nightly releases of PrestaShop are also generated daily. Their details can be found on a [public Google Cloud storage](https://console.cloud.google.com/storage/browser/prestashop-core-nightly). @@ -152,10 +152,8 @@ Nightly releases of PrestaShop are also generated daily. Their details can be fo PrestaShop comes in two "flavors": -- **Release package**. A zip package, tuned for production environments. -- **Development version**. The raw source code as it is on the GitHub repository, including automated test suites, build scripts and source codes for assets that are otherwise compiled (like javascript and css files). - -![Download files](img/Prestashop_1.7.8.6_release.png) +- **Development version**. The raw source code is available on the GitHub repository, including automated test suites, build scripts, and source code for assets that are otherwise compiled (like JavaScript and CSS files). +- **Release package**. A zip package, tuned for production environments and with PrestaShop SA modules included, released and distributed on PrestaShop.com by PrestaShop SA {{% notice tip %}} **Prefer cloning the repository using git for the development version.**