From fe1048c6220befb6197f352c9caa8a48d1af0d84 Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 25 Mar 2020 20:55:32 -0400 Subject: [PATCH] docs: correct outdated libuv install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66bea35..5a01d10 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If on Debian, you can install libuv with the following: ```bash -./devenv.sh install_libuv +sudo apt-get install libuv1-dev ``` ## Setting up the environment