From 5fb5b6c7afb9bec34162073f713b4cbdc1c421c5 Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 4 Apr 2013 18:23:56 +0100 Subject: [PATCH] Linux clarity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6354d9b06..db673468a 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Update to the latest version with `git pull origin`, then run `bin\installOnWind [Next steps](#next-steps). -## Linux/Unix +## GNU/Linux and other UNIX-like systems You'll need gzip, git, curl, libssl develop libraries, python and gcc. *For Debian/Ubuntu*: `apt-get install gzip git-core curl python libssl-dev pkg-config build-essential` *For Fedora/CentOS*: `yum install gzip git-core curl python openssl-devel && yum groupinstall "Development Tools"`