roul/installation/index.html @ 0be66a504a79

roul: Update site.
author Steve Losh <steve@stevelosh.com>
date Mon, 28 Mar 2016 17:55:43 +0000
parents 9c78e1a01787
children (none)
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8"/>
        <title>Installation / Roul</title>
        <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="..">Roul</a></h1></header>
                <div class="markdown">
<h1 id="installation"><a href="">Installation</a></h1><p>Roul requires Leiningen 2.  Sorry.</p>
<p>Add the following to your <code>project.clj</code>:</p>
<div class="codehilite"><pre>[roul "0.2.0"]
</pre></div>


<p>Run <code>lein deps</code> and you're all set.</p>
                </div>
            <footer><p>Created by <a href="http://stevelosh.com">Steve Losh</a>.
Docs made with <a href="http://sjl.bitbucket.org/d/">d</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>
<script type="text/javascript">
  var _gauges = _gauges || [];
  (function() {
    var t   = document.createElement('script');
    t.type  = 'text/javascript';
    t.async = true;
    t.id    = 'gauges-tracker';
    t.setAttribute('data-site-id', '4f80ace2f5a1f538860000c2');
    t.src = '//secure.gaug.es/track.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(t, s);
  })();
</script></footer>
        </div>
    </body>
</html>