Commit 7402555f authored by Vladimir Kovpak's avatar Vladimir Kovpak Committed by Paul Yang

Improved install command. (#4106)

Added `-y` flag to `sudo apt-get` command.
parent 0b0890b3
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment