8000 Adds bin folder creation instruction · symfony/symfony-docs@65a5025 · GitHub
[go: up one dir, main page]

Skip to content

Commit 65a5025

Browse files
joelrfcostaweaverryan
authored andcommitted
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.
1 parent 8a13a07 commit 65a5025

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)
0