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!