Fix typo in dev setup formatting

This commit is contained in:
Austen McDonald
2016-05-25 11:10:47 -07:00
parent c9e69704f7
commit 732efb9719
+2 -2
View File
@@ -61,11 +61,11 @@ sudo apt-get -y install zip unzip
sudo LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get -y install php7.0 php7.0-fpm php7.0-mysql php7.0-mbstring php-xml
```
## Install composer:
# Install composer:
curl -sS https://getcomposer.org/installer | php
sudo mv composer.phar /usr/local/bin/composer
```
### Clone the repo and test
```