Skip to content

Commit 054250f

Browse files
Update README.md
1 parent 1477180 commit 054250f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ You can find it on line 75 of /install/prod.sh
66

77
## Vagrant
88
```bash
9-
git clone https://github.com/bradallenfisher/php-fpm-apache-2.4-centos7.git; cd php-fpm-apache-2.4-centos7; vagrant up
9+
git clone https://github.com/bradallenfisher/drupal7-php-fpm-apache-2.4-centos7.git; cd drupal7-php-fpm-apache-2.4-centos7; vagrant up
1010
```
1111

1212
## PROD
1313
```bash
14-
yes | yum -y install git && git clone https://github.com/bradallenfisher/php-fpm-apache-2.4-centos7.git && cd php-fpm-apache-2.4-centos7 && chmod 700 install/prod.sh && install/prod.sh
14+
yes | yum -y install git && git clone https://github.com/bradallenfisher/drupal7-php-fpm-apache-2.4-centos7.git && cd drupal7-php-fpm-apache-2.4-centos7 && chmod 700 install/prod.sh && install/prod.sh
1515
```

0 commit comments

Comments
 (0)