mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #4069 from camfindlay/patch-24
DOCS Make a note to ensure people install Git and Composer
This commit is contained in:
commit
9ab61e9e95
@ -9,7 +9,9 @@ We also have separate instructions for [installing modules with Composer](/devel
|
||||
|
||||
## Installing composer
|
||||
|
||||
To install Composer, run the following commands from your command-line.
|
||||
Before installing Composer you should ensure your system has the version control system, [Git installed](http://git-scm.com/book/en/v2/Getting-Started-Installing-Git). Composer uses Git to check out the code dependancies you need to run your SilverStripe CMS website from the code repositories maintained on GitHub.
|
||||
|
||||
Next, to install Composer, run the following commands from your command-line.
|
||||
|
||||
# Download composer.phar
|
||||
curl -s https://getcomposer.org/installer | php
|
||||
|
Loading…
Reference in New Issue
Block a user