Skip to content

Commit

Permalink
changed "last updated" date
Browse files Browse the repository at this point in the history
  • Loading branch information
mvolkmann committed Jul 22, 2012
1 parent 96684f3 commit 0bd3785
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions article.html
Expand Up @@ -107,7 +107,7 @@ <h1>Clojure - Functional Programming for the JVM</h1>
by<br />
<a href="http://www.ociweb.com/mark/" onclick="window.open(this.href,'_blank');return false;" title="Author Bio">R. Mark Volkmann</a>,
Partner <br />Object Computing, Inc. (OCI)<br />
last updated on 6/10/12
last updated on 7/22/12
</p>

<p style="text-align:center">
Expand Down Expand Up @@ -560,19 +560,24 @@ <h2><a name="Overview">Clojure Overview</a></h2>

<h2><a name="GettingStarted">Getting Started</a></h2>

<p>Clojure code for your own library and application projects will
<p>
Clojure code for your own library and application projects will
typically reside in its own directory (named after the project)
and will be managed by
the <a href="http://leiningen.org/index.html">Leiningen</a>
and will be managed by the
<a href="http://leiningen.org/index.html">Leiningen</a>
project management tool. Leiningen (or "lein" for short) will
take care of downloading Clojure for you and making it available
to your projects. To start using Clojure, you don't need to
install Clojure, nor deal with jar files or
the <code>java</code> command &mdash; just install and use
<code>lein</code> (instructions on the Leiningen homepage, linked to above).</p>
<code>lein</code> (instructions on the Leiningen homepage,
linked to above).
</p>

<p>Once you've installed lein, create a trivial project to start
playing around with:</p>
<p>
Once you've installed lein, create a trivial project to start
playing around with:
</p>
<div class="code">
<pre xml:space="preserve">cd ~/temp
lein new my-proj
Expand Down

0 comments on commit 0bd3785

Please sign in to comment.