Commit 12fb44e6 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #5761 from gravis/patch-2

Tiny typo
parents 23d180f5 4f61da69
......@@ -23,7 +23,7 @@ sudo apt-get install build-essential zlib1g-dev libyaml-dev libssl-dev libgdbm-d
```
### 4. Download, compile and install Ruby
Find the latest stable version of Ruby 1.9 or 2.0 at https://www.ruby-lang.org/en/downloads/ . We recommend at least 2.0.0p353, which is patched against [CVE-2013-4164](https://www.ruby-lang.org/en/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/).
Find the latest stable version of Ruby 1.9 or 2.0 at https://www.ruby-lang.org/en/downloads/ . We recommend at least 2.0.0-p353, which is patched against [CVE-2013-4164](https://www.ruby-lang.org/en/news/2013/11/22/heap-overflow-in-floating-point-parsing-cve-2013-4164/).
```bash
cd /tmp
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment