Merge pull request #378 from oddnoc/install-from-source-docs

Fixes for docs about installing from source (option 1)
This commit is contained in:
Sean Harvey 2012-04-27 21:50:25 -07:00
commit 5e7e823c73

View File

@ -69,7 +69,8 @@ If you don't use version control, we recommend that you stick to the official [s
Run the following commands to install the Phing build system:
sudo pear install phing
sudo pear channel-discover pear.phing.info
sudo pear install phing/phing
sudo pear install VersionControl_Git-0.4.4
### Step 3: Getting the required modules ###
@ -92,7 +93,7 @@ and need to be added to your own repository. The commands depend on your reposit
# for git
cd my-silverstripe-project/
git add *
git add .
git commit -m "adding configuration files generated by phing"
### Step 5: Switch branches ###