From 15adca1f78fe7620fae3f9d868f26701cb58dbed Mon Sep 17 00:00:00 2001 From: Shikhar Bhushan Date: Sat, 6 Mar 2010 22:24:42 +0100 Subject: [PATCH] update readme --- README.rst | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index fe353396..9ac8ef68 100644 --- a/README.rst +++ b/README.rst @@ -1,22 +1,28 @@ sshj - SSHv2 library for Java ============================== -Packaging ----------- +Building +-------- -$ buildr package +You will need `buildr `_. 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 ------------- Required: - * slf4j + +* slf4j 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 ------------- -Fork away! +Fork away! \ No newline at end of file