You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: distribution/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,12 +56,12 @@ asynchronous jobs to your APIs is straightforward.
56
56
57
57
## Installing the Framework
58
58
59
-
### Using the Official Distribution (recommended)
59
+
### Using the Official Distribution (Recommended)
60
60
61
-
Start by [downloading the API Platform distribution](https://github.com/api-platform/api-platform/releases/latest) and extract
62
-
its content.
63
-
The resulting directory contains an empty API Platform project structure. You will add your own code and configuration inside
64
-
it.
61
+
Start by [downloading the API Platform distribution`.tar.gz` file](https://github.com/api-platform/api-platform/releases/latest).
62
+
Once you have extracted its contents, the resulting directory contains the API Platform project structure. You will add your own code and configuration inside it.
63
+
64
+
**Note**: Try to avoid using the `.zip` file, as it may cause potential [permission](https://github.com/api-platform/api-platform/issues/319#issuecomment-307037562)[issues](https://github.com/api-platform/api-platform/issues/777#issuecomment-412515342).
65
65
66
66
API Platform is shipped with a [Docker](https://docker.com) setup that makes it easy to get a containerized development
67
67
environment up and running. If you do not already have Docker on your computer, [it's the right time to install it](https://docs.docker.com/install/).
0 commit comments