Skip to content

Commit ce5c8f3

Browse files
committed
include bower in README
1 parent adcb88e commit ce5c8f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Clojure-Websockets/README.md

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ Then you will need to create a file named twitterconf.edn. You can copy **twitte
2626

2727
In the twitterconf.edn you can also specify the address under which your installation of **[ElasticSearch](http://www.elasticsearch.org)** is accessible, the index to use in ElasticSearch and which terms to track from Twitter.
2828

29+
You also need **[Bower](http://bower.io)** for managing the client-side dependencies. Once you have it installed, all you need to do is run it once:
30+
31+
bower install
32+
2933
## Usage
3034
Once the steps described above are completed, usage is easy. You can start up the application like this:
3135

0 commit comments

Comments
 (0)