add missing sudo
This commit is contained in:
parent
bc42810a53
commit
c49819ca52
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user