aboutsummaryrefslogtreecommitdiffhomepage
path: root/php/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'php/README.md')
-rw-r--r--php/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/php/README.md b/php/README.md
index da7884ea..967250a7 100644
--- a/php/README.md
+++ b/php/README.md
@@ -36,7 +36,7 @@ To install the c extension, the following tools are needed:
On Ubuntu, you can install them with:
```
-sudo apt-get install php-pear php5-dev autoconf automake libtool make gcc
+sudo apt-get install -y php-pear php5-dev autoconf automake libtool make gcc
```
On other platforms, please use the corresponding package managing tool to
install them before proceeding.