aboutsummaryrefslogtreecommitdiff
path: root/php
diff options
context:
space:
mode:
authorVladimir Kovpak <cn007b@gmail.com>2018-06-26 00:20:21 +0300
committerPaul Yang <TeBoring@users.noreply.github.com>2018-06-25 14:20:21 -0700
commit7402555f34bbe04ca20268eff54a026c158087fb (patch)
treed99f5f3a6a76db7466d2b97087582720c79ddac0 /php
parent0b0890b36d01bf7b372cb237998ee793f5cdc433 (diff)
downloadprotobuf-7402555f34bbe04ca20268eff54a026c158087fb.tar.gz
protobuf-7402555f34bbe04ca20268eff54a026c158087fb.tar.bz2
protobuf-7402555f34bbe04ca20268eff54a026c158087fb.zip
Improved install command. (#4106)
Added `-y` flag to `sudo apt-get` command.
Diffstat (limited to 'php')
-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.