roul/installation/index.html @ cb51d5fdb559
clojure-lanterna: Update site.
author |
Steve Losh <steve@stevelosh.com> |
date |
Thu, 27 Feb 2014 21:18:52 -0500 |
parents |
9c78e1a01787 |
children |
0be66a504a79 |
<html><head><title>Installation / Roul</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="..">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><span class="p">[</span><span class="n">roul</span> "0<span class="p">.</span>2<span class="p">.</span>0"<span class="p">]</span>
</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>