Skip to content

Commit b3dd1db

Browse files
committed
Change Readme file as suggested in Gottox#17
1 parent e6051f3 commit b3dd1db

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.markdown

+14
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,24 @@ Features:
2020

2121
__Status:__ Connecting with Websocket is production ready. XHR is in beta.
2222

23+
2324
## How to use
2425

2526
Using socket.io-java-client is quite simple. But lets see:
2627

28+
Checkout and compile the project:
29+
30+
``` bash
31+
git clone git://github.com/Gottox/socket.io-java-client.git
32+
cd socket.io-java-client
33+
ant jar
34+
mv jar/socketio.jar /path/to/your/libs/project
35+
```
36+
37+
If you're using ant, change your build.xml to include socketio.jar. If you're eclipse, add the jar to your project buildpath.
38+
39+
Afterwards, you'll be able to use this library:
40+
2741
``` java
2842

2943
SocketIO socket = new SocketIO("http://127.0.0.1:3001/");

0 commit comments

Comments
 (0)