corrected README
This commit is contained in:
parent
d0b55ab447
commit
682d43e47f
@ -1,4 +1,4 @@
|
||||
# clj-twitter-feelings
|
||||
# clj-twitter-feelings
|
||||
|
||||
Shows how people on twitter are feeling, in real-time.
|
||||
Meant to be an example of a swing app in Clojure.
|
||||
@ -11,14 +11,14 @@ Download [the standalone jar][1] and run it like:
|
||||
|
||||
Or checkout the source and
|
||||
|
||||
* build using leiningen and run using Java:
|
||||
build using leiningen and run using Java:
|
||||
|
||||
git clone git://github.com/abhin4v/clj_twitter_feelings.git clj_twitter_feelings
|
||||
cd clj_twitter_feelings
|
||||
lein deps && lein uberjar
|
||||
java -jar target/clj-twitter-feelings-1.0.0-standalone.jar
|
||||
|
||||
* OR run using leiningen-run plugin:
|
||||
OR run using leiningen-run plugin:
|
||||
|
||||
git clone git://github.com/abhin4v/clj_twitter_feelings.git clj_twitter_feelings
|
||||
cd clj_twitter_feelings
|
||||
@ -40,4 +40,4 @@ Copyright (C) 2010 Abhinav Sarkar <abhinav@abhinavsarkar.net>
|
||||
|
||||
Distributed under the Eclipse Public License, the same as Clojure.
|
||||
|
||||
[1] http://github.com/downloads/abhin4v/clj_twitter_feelings/clj-twitter-feelings-1.0.0-standalone.jar
|
||||
[1]: http://github.com/downloads/abhin4v/clj_twitter_feelings/clj-twitter-feelings-1.0.0-standalone.jar
|
||||
|
Loading…
Reference in New Issue
Block a user