From b3c62fcdefd92781fc5c79f42cc1db09ee9fba3b Mon Sep 17 00:00:00 2001 From: Weswit Date: Tue, 29 Jul 2014 17:39:11 +0200 Subject: [PATCH] restyle README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index da87bd9..ab51807 100644 --- a/README.md +++ b/README.md @@ -103,8 +103,9 @@ If you want to install a version of the *Stock-List Demo* in your local Lightstr To build your own version of `LS_StockListDemo_DataAdapter.jar` and `LS_quote_feed_simulator.jar`, instead of using the one provided in the `deploy.zip` file from the [Install](https://github.com/Weswit/Lightstreamer-example-Stocklist-adapter-java#install) section above, follow these steps. * Download this project. -* Get the `ls-adapter-interface.jar` and `log4j-1.2.15.jar` files from the [latest Lightstreamer distribution](http://www.lightstreamer.com/download), and copy them into the `lib` directory. -* Create the jars (https://github.com/Weswit/Lightstreamer-example-StockList-adapter-java#clients-using-this-adapter)created by something like these commands +* Get the `ls-adapter-interface.jar` file from the `/lib` folder of the [latest Lightstreamer distribution](http://www.lightstreamer.com/download), and copy them into the `lib` directory of this project. +* Get the `log4j-1.2.15.jar` file form the `/shared/lib` folder of the [latest Lightstreamer distribution](http://www.lightstreamer.com/download), and copy them into the `lib` directory of this project. +* Create the jars `LS_StockListDemo_DataAdapter.jar` and `LS_quote_feed_simulator.jar` with commands like these: ```sh >javac -source 1.7 -target 1.7 -nowarn -g -classpath lib/log4j-1.2.15.jar -sourcepath src/src_feed -d tmp_classes src/src_feed/portfolio_demo/feed_simulator/ExternalFeedSimulator.java