-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6555 link to Download instructions page & Windows executable #6585
6555 link to Download instructions page & Windows executable #6585
Conversation
…lation, link to Windows executable
To install Composer on Linux or Mac OS X, execute the following two commands: | ||
Run the installer following the Download page instructions from https://getcomposer.org/download. | ||
|
||
After this you can run this command to move composer.phar to a directory that is in your path: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the filename should be enclosed by literals (double backticks)
This is a lot more future-proof than the previous article. Thanks @snoek09! |
|
||
.. code-block:: bash | ||
|
||
$ curl -sS https://getcomposer.org/installer | php | ||
$ sudo mv composer.phar /usr/local/bin/composer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please indent this block with 3 spaces (this way, it's part of the second item of the list)
|
||
.. code-block:: bash | ||
|
||
$ php installer | ||
|
||
$ sudo mv composer.phar /usr/local/bin/composer |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The whole code block must be indented by one space less to not be rendered as a quote.
👍 |
Thank you @snoek09. |
…ble (snoek09) This PR was squashed before being merged into the 2.3 branch (closes #6585). Discussion ---------- 6555 link to Download instructions page & Windows executable | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | all | Fixed tickets | #6555 I decided to not copy any instructions as mentioned on https://getcomposer.org/download/ > WARNING: Please do not redistribute the install code. It will change with every version of the installer. Instead, please link to this page. Commits ------- 1967b9d 6555 link to Download instructions page & Windows executable
I decided to not copy any instructions as mentioned on https://getcomposer.org/download/