Update README to point to right repository (Fixes #309)

This commit is contained in:
Jeroen van Erp
2017-03-23 14:05:32 +01:00
committed by GitHub
parent a03fa9ac63
commit 8eb7d1a2ad

View File

@@ -37,7 +37,7 @@ If you're building your project using Maven, you can add the following dependenc
If your project is built using another build tool that uses the Maven Central repository, translate this dependency into the format used by your build tool. If your project is built using another build tool that uses the Maven Central repository, translate this dependency into the format used by your build tool.
== Building SSHJ == Building SSHJ
. Clone the Overthere repository. . Clone the SSHJ repository.
. Ensure you have Java6 installed with the http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html[Unlimited strength Java Cryptography Extensions (JCE)]. . Ensure you have Java6 installed with the http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html[Unlimited strength Java Cryptography Extensions (JCE)].
. Run the command `./gradlew clean build`. . Run the command `./gradlew clean build`.