Skip to content

Commit

Permalink
Merge pull request #119 from RopoMen/master
Browse files Browse the repository at this point in the history
Clarified installation documentation
  • Loading branch information
Seldaek committed Nov 30, 2017
2 parents 05d6052 + 8ab0098 commit e9de38c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/download.html.twig
Expand Up @@ -11,7 +11,7 @@
<h2>Command-line installation</h2>
{% endif %}

<p>Run this in your terminal to get the latest Composer version:</p>
<p>To quickly install Composer in the current directory, run the following script in your terminal. To automate the installation, use <a href="/doc/faqs/how-to-install-composer-programmatically.md">the guide on installing Composer programmatically</a>.</p>
<pre class="installer">php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php -r "if (hash_file('SHA384', 'composer-setup.php') === '544e09ee996cdf60ece3804abc52599c22b1f40f4323403c44d44fdfdd586475ca9813a858088ffbc1f233e9b180f061') { echo 'Installer verified'; } else { echo 'Installer corrupt'; unlink('composer-setup.php'); } echo PHP_EOL;"
php composer-setup.php
Expand All @@ -27,9 +27,9 @@ php -r "unlink('composer-setup.php');"</pre>
</ul>

<p class="installer-warning">
WARNING: Please do not redistribute the install code. It will change with every version of the installer. Instead, please link to this page or check <a href="/doc/faqs/how-to-install-composer-programmatically.md">how to install Composer programmatically</a>.
<strong>WARNING:</strong> Please do not redistribute the install code. It will change with every version of the installer. Instead, please link to this page or check <a href="/doc/faqs/how-to-install-composer-programmatically.md">how to install Composer programmatically</a>.
</p>

<h2>Installer Options</h2>

<h3>--install-dir</h3>
Expand Down

0 comments on commit e9de38c

Please sign in to comment.