red-tape/installation/index.html @ 98dd2a7bf1d6

red-tape: Update site.
author Steve Losh <steve@stevelosh.com>
date Tue, 13 Aug 2013 10:50:02 -0400
parents f1d02f8944b8
children 69831b3947d7
<html><head><title>Installation / Red Tape</title><link rel="stylesheet" href="../_dmedia/bootstrap.css"/><link rel="stylesheet" href="../_dmedia/tango.css"/><link rel="stylesheet/less" type="text/css" href="../_dmedia/style.less"/><script src="../_dmedia/less.js" type="text/javascript">
        </script></head><body class="content">
        <div class="wrap">
            <header><h1><a href="..">Red Tape</a></h1></header><div class="markdown">
<h1 id="installation"><a href="">Installation</a></h1><p>Red Tape requires Leiningen 2.  Add the following to your <code>project.clj</code>:</p>
<div class="codehilite"><pre><span class="p">[</span><span class="n">red</span><span class="o">-</span><span class="n">tape</span> "1<span class="p">.</span>0<span class="p">.</span>0"<span class="p">]</span>
</pre></div>


<p>That's all there is to it.  Red Tape depends on one other library (Slingshot)
but Leiningen should handle that for you.</p>
<p>Once you've got it installed, move on to the <a href="../basics/">basics guide</a>.</p>
                </div>
            <footer><p>Made and <a href="http://sjl.bitbucket.org/d/">documented</a> with love by <a href="http://stevelosh.com">Steve
Losh</a>.</p>
<p><br/><a id="rochester-made" href="http://rochestermade.com" title="Rochester Made"><img src="http://rochestermade.com/media/images/rochester-made-dark-on-light.png" alt="Rochester Made" title="Rochester Made"/></a></p></footer></div>
    </body></html>