Skip to content

Commit 1be5c60

Browse files
committed
use a release-indepent command to sign the symfony CLI
1 parent 0a3f6ab commit 1be5c60

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup/symfony_server.rst

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

6666
.. code-block:: terminal
6767
68-
# find the installed version of the Symfony binary
69-
$ symfony version
70-
71-
# change the path to the location of your Symfony binary and replace {version} too
72-
$ sudo codesign --force --deep --sign - /opt/homebrew/Cellar/symfony-cli/{version}/bin/symfony
68+
$ sudo codesign --force --deep --sign - $(whereis -q symfony)
7369
7470
Enabling PHP-FPM
7571
----------------

0 commit comments

Comments
 (0)