Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 75d6c1c

Browse files
committed
minor #6846 Adds bin folder creation instruction (joelrfcosta)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6846). Discussion ---------- Adds bin folder creation instruction On some cases, after OS installation, the user/local/bin folder does not exists. Adding this instruction will avoid curl issues. Commits ------- 65a5025 Adds bin folder creation instruction
2 parents 8a13a07 + 65a5025 commit 75d6c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ executable that needs to be installed on your system only once:
1717
.. code-block:: bash
1818
1919
# Linux and macOS systems
20+
$ sudo mkdir -p /usr/local/bin
2021
$ sudo curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony
2122
$ sudo chmod a+x /usr/local/bin/symfony
2223

0 commit comments

Comments
 (0)