From 1464853e83bcc479dd98310c4a430dd4e7102d15 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 30 Oct 2014 23:34:11 -0400 Subject: [PATCH] Fix requirements in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d91a608e..1764d907d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Cargo requires the following tools and packages to build: * `rustc` * `python` -* `curl` or `wget` +* `curl` * `cmake` * `pkg-config` * OpenSSL headers (`libssl-dev` package on ubuntu)