Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ukiuni committed Sep 11, 2014
1 parent 78ac647 commit 0e0263d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
irc4j
=====
irc4j is IRC client/server implementation for java.

# Install

## server
download archive from [here](https://github.com/ukiuni/irc4j/releases) and unzip, exec one script. just it.

```shell:
unzip irc4j_server_xxx.zip
cd bin
chmod +x ./airs.sh
nohup ./airs.sh 2>&1 >> irc.log &
```

# License
This software licensed under Apache Software License 2.0.

# Depends on
This software depends on h2,jsonic,lightHttpServer,Twitter Bootstrap,google-code-prettify,http://bootswatch.com/cerulean/,

0 comments on commit 0e0263d

Please sign in to comment.