update readme

This commit is contained in:
Shikhar Bhushan
2010-03-06 22:08:27 +01:00
parent c8ec30db0e
commit 859f091dd9

13
README
View File

@@ -1,9 +1,22 @@
sshj - SSHv2 library for Java sshj - SSHv2 library for Java
============================== ==============================
Packaging
----------
$ buildr package
Dependencies
-------------
Required: Required:
* slf4j * slf4j
Optional: Optional:
* bouncycastle for using high-strength ciphers and for reading openssh private key files * bouncycastle for using high-strength ciphers and for reading openssh private key files
* jzlib for using zlib compression * jzlib for using zlib compression
Contributing
-------------
Fork away!