add missing sudo

This commit is contained in:
Steffen 2016-04-01 16:22:29 +02:00
parent bc42810a53
commit c49819ca52

View File

@ -17,7 +17,7 @@ You will need the following packages to get travis-api to work:
$ auto/configure --user=$USER $ auto/configure --user=$USER
$ make $ make
$ sudo make install $ sudo make install
$ ln -s /usr/local/nginx/sbin/nginx /bin/nginx $ sudo ln -s /usr/local/nginx/sbin/nginx /bin/nginx
``` ```
## Installation ## Installation