diff --git a/README.md b/README.md index 8620fac..fc87a83 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ A blogging app for the tent.io protocol. A public instance is available here: ht ## Quick start: 1. Pre-requisites: Java 1.6+ and [Maven](http://maven.apache.org) -1. Currently, Essayist uses some dependencies available only on Github: [TentClient](https://github.com/mwanji/tent-client-java), [Migrate4J](https://github.com/mwanji/migrate4j-maven) and [tent-text-java](https://github.com/mwanji/tent-text-java). Clone and `mvn install` each of these. +1. Currently, Essayist depends on a Mavenised version of [Migrate4J](https://github.com/mwanji/migrate4j-maven) available only on Github: +`git clone git://github.com/mwanji/migrate4j-maven.git && cd migrate4j-maven && mvn install` 1. `git clone git://github.com/mwanji/essayist.git` 1. Deploy to your favourite servlet container. 1. [http://localhost:8080](http://localhost:8080) diff --git a/pom.xml b/pom.xml index 66138fc..057c9ed 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,13 @@ + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/groups/public/ + + true + + com.moandjiezana.builds http://moandjiezana.com/builds