From 859f091dd9c977103a81e11cb36b2de4084d707a Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sat, 6 Mar 2010 22:08:27 +0100 Subject: [PATCH] update readme --- README | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README b/README index 5d759618..fc896bd5 100644 --- a/README +++ b/README @@ -1,9 +1,22 @@ sshj - SSHv2 library for Java ============================== +Packaging +---------- + +$ buildr package + +Dependencies +------------- + Required: * slf4j Optional: * bouncycastle for using high-strength ciphers and for reading openssh private key files * jzlib for using zlib compression + +Contributing +------------- + +Fork away!