summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorytti <saku@ytti.fi>2016-09-04 21:54:21 +0300
committerGitHub <noreply@github.com>2016-09-04 21:54:21 +0300
commit9ff62fecd46d3be7b3eb8906f728498970914679 (patch)
treee50219b50e77cab01cee41d2dd059d8bbe487f7e
parent21e569117631dc39a94236d2c2e7e52bc3b13d12 (diff)
parent3910efc7f07719dc22b5f996f3ffb3a0914aeced (diff)
Merge pull request #554 from MajesticFalcon/master
Update ruby support in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4534727..342b518 100644
--- a/README.md
+++ b/README.md
@@ -150,7 +150,7 @@ gem install oxidized-script oxidized-web # if you don't install oxidized-web, ma
```
## CentOS, Oracle Linux, Red Hat Linux
-On CentOS 6 / RHEL 6, install Ruby 1.9.3 or greater (for Ruby 2.1.2 installation instructions see "Installing Ruby 2.1.2 using RVM"), then install Oxidized dependencies
+On CentOS 6 / RHEL 6, install Ruby greater than 1.9.3 (for Ruby 2.1.2 installation instructions see "Installing Ruby 2.1.2 using RVM"), then install Oxidized dependencies
```shell
yum install cmake sqlite-devel openssl-devel libssh2-devel
```