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: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,12 @@ All contributions and suggestions are welcome. 😇
72
72
73
73
## 1. Set up your environment
74
74
75
+
This section applies to any local, host OS or Docker project construction.
76
+
77
+
> If you intend to use Docker the super fast way, you can bypass this section.
78
+
> - Head up to point #10 in this document if you're building everything yourself.
79
+
> - Head up to [https://symfony.com/blog/introducing-docker-support](https://symfony.com/blog/introducing-docker-support) and [https://github.com/dunglas/symfony-docker](https://github.com/dunglas/symfony-docker) otherwise.
80
+
75
81
1. Set up PHP/latest.
76
82
On Linux, use your package manager (like Aptitude or Yum). `sudo su && apt-get update && apt-get install php8` at least.
77
83
On MacOS, use [Brew](https://brew.sh/) through `brew install php`.
0 commit comments