From c49819ca5274d14d19eea3c97b152faa717b66ee Mon Sep 17 00:00:00 2001 From: Steffen Date: Fri, 1 Apr 2016 16:22:29 +0200 Subject: [PATCH] add missing sudo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 775a209e..890a583d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ You will need the following packages to get travis-api to work: $ auto/configure --user=$USER $ make $ sudo make install - $ ln -s /usr/local/nginx/sbin/nginx /bin/nginx + $ sudo ln -s /usr/local/nginx/sbin/nginx /bin/nginx ``` ## Installation