Skip to content

Commit 2e8cd2e

Browse files
94nonijaviereguiluz
authored andcommitted
Update symfony_server.rst
1 parent 7e4818a commit 2e8cd2e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: setup/symfony_server.rst

+5-2
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,11 @@ run the Symfony server in the background:
6565

6666
.. code-block:: terminal
6767
68-
# change the path to the location of your Symfony binary
69-
$ sudo codesign --force --deep --sign - /opt/homebrew/Cellar/symfony-cli/5.4.21/bin/symfony
68+
# find the version of the Symfony binary
69+
$ symfony version
70+
71+
# change the path to the location of your Symfony binary replacing {version}
72+
$ sudo codesign --force --deep --sign - /opt/homebrew/Cellar/symfony-cli/{version}/bin/symfony
7073
7174
Enabling PHP-FPM
7275
----------------

0 commit comments

Comments
 (0)