From e12f96840dd927e7e786f6b88c1e87c5aaf17d92 Mon Sep 17 00:00:00 2001 From: Glenn Condron Date: Mon, 27 Apr 2015 16:35:47 -0700 Subject: [PATCH] Update GettingStartedDeb.md --- GettingStartedDeb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GettingStartedDeb.md b/GettingStartedDeb.md index 9ce4b14fcc..3a06f1a84b 100644 --- a/GettingStartedDeb.md +++ b/GettingStartedDeb.md @@ -35,7 +35,7 @@ sudo apt-get install Mono-Complete To build libuv you should do the following: ``` -sudo apt-get install automake libtool +sudo apt-get install automake libtool curl curl -sSL https://github.com/libuv/libuv/archive/v1.4.2.tar.gz | sudo tar zxfv - -C /usr/local/src cd /usr/local/src/libuv-1.4.2 sudo sh autogen.sh