update readme

This commit is contained in:
Shikhar Bhushan
2010-03-06 22:24:42 +01:00
parent fecc24b4c4
commit 15adca1f78

View File

@@ -1,22 +1,28 @@
sshj - SSHv2 library for Java sshj - SSHv2 library for Java
============================== ==============================
Packaging Building
---------- --------
$ buildr package You will need `buildr <http://buildr.apache.org/>`_. To see available tasks, run::
$ buildr help:tasks
Since there is no official release yet you can use the ``package`` task to create a jar.
Dependencies Dependencies
------------- -------------
Required: Required:
* slf4j
* slf4j
Optional: Optional:
* bouncycastle for using high-strength ciphers and for reading openssh private key files
* jzlib for using zlib compression * bouncycastle for using high-strength ciphers and for reading openssh private key files
* jzlib for using zlib compression
Contributing Contributing
------------- -------------
Fork away! Fork away!