Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdd9de4e

Browse files
xelarisweaverryan
authored andcommitted
Add command to make symfony.phar executable.
1 parent4f0051d commitdd9de4e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎quick_tour/the_big_picture.rst‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
3232
..code-block::bash
3333
3434
$ curl -LsS http://symfony.com/installer> symfony.phar
35+
$ chmod +x symfony.phar
3536
$ sudo mv symfony.phar /usr/local/bin/symfony
3637
3738
..note::
@@ -42,6 +43,7 @@ On **Linux** and **Mac OS X** systems, execute the following console commands:
4243
..code-block::bash
4344
4445
$ php -r"readfile('http://symfony.com/installer');"> symfony.phar
46+
$ chmod +x symfony.phar
4547
$ sudo mv symfony.phar /usr/local/bin/symfony
4648
4749
After installing the Symfony installer, you'll have to open a new console window

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp