Skip to content

Commit 691fb46

Browse files
committed
Added instruction site for zlib
1 parent 004c627 commit 691fb46

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

dev_ruby_setup.haml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,8 @@
249249
250250
- **Zlib isn't installed?**
251251
- We noticed that some people using Ubuntu had issues installing Sinatra because
252-
of a missing dependency. Make sure you install your zlib-headers.
252+
of a missing dependency. Follow [these instructions](https://rvm.io/packages/zlib/)
253+
in order to get your gem installs to work.
253254

254255
- **I was installing XYZ, it says it failed. What should I do?**
255256
- Try thinking of your problem in its general terms, then typing them into Google.

dev_ruby_setup.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,9 @@ <h2>FAQ</h2>
251251

252252
<ul>
253253
<li>We noticed that some people using Ubuntu had issues installing Sinatra because
254-
of a missing dependency. Make sure you install your zlib-headers.</li>
254+
of a missing dependency.
255+
Follow <a href="https://rvm.io/packages/zlib">these
256+
instructions</a> in order to get your gems installs to work.</li>
255257
</ul>
256258
</li>
257259
<li><p><strong>I was installing XYZ, it says it failed. What should I do?</strong></p>

0 commit comments

Comments
 (0)