Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions basics/installation/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,18 +144,16 @@ 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).

##### Choose the right version for you

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.**
Expand Down