Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #590 from SyntaxC4-MSFT/master
Browse files Browse the repository at this point in the history
Adding Notes in Readme to Blockquotes
  • Loading branch information
Abdelrahman Elogeel authored and Abdelrahman Elogeel committed Jul 24, 2012
2 parents 7f1a7bf + 89c17ba commit 7c784f8
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions README.md
Expand Up @@ -38,16 +38,15 @@ Windows Azure tables, blobs, queues, service bus (queues and topics), service ru
# Getting Started # Getting Started
## Download Source Code ## Download Source Code


> **Note**
>
> The PHP Client Libraries for Windows Azure have a dependency on the [HTTP_Request2](http://pear.php.net/package/HTTP_Request2), [Mail_mime](http://pear.php.net/package/Mail_mime), and [Mail_mimeDecode](http://pear.php.net/package/Mail_mimeDecode) PEAR packages. The recommended way to resolve these dependencies is to install them using the [PEAR package manager](http://pear.php.net/manual/en/installation.php).
To get the source code from GitHub, type To get the source code from GitHub, type


git clone https://github.com/WindowsAzure/azure-sdk-for-php.git git clone https://github.com/WindowsAzure/azure-sdk-for-php.git
cd ./azure-sdk-for-php cd ./azure-sdk-for-php


**Note**

The PHP Client Libraries for Windows Azure have a dependency on the [HTTP_Request2](http://pear.php.net/package/HTTP_Request2), [Mail_mime](http://pear.php.net/package/Mail_mime), and [Mail_mimeDecode](http://pear.php.net/package/Mail_mimeDecode) PEAR packages. The recommended way to resolve these dependencies is to install them using the [PEAR package manager](http://pear.php.net/manual/en/installation.php).


##Install via Composer ##Install via Composer


1. Create a file named **composer.json** in the root of your project and add the following code to it: 1. Create a file named **composer.json** in the root of your project and add the following code to it:
Expand All @@ -70,11 +69,9 @@ The PHP Client Libraries for Windows Azure have a dependency on the [HTTP_Reques


php composer.phar install php composer.phar install


<div class="dev-callout"> > **Note**
<b>Note</b> >
<p>On Windows, you will also need to add the Git executable to your PATH environment variable.</p> > On Windows, you will also need to add the Git executable to your PATH environment variable.
</div>



##Install as a PEAR package ##Install as a PEAR package


Expand Down

0 comments on commit 7c784f8

Please sign in to comment.