From 8a90fdd0c1796b9bcc8168cc9738c8dfaf059833 Mon Sep 17 00:00:00 2001 From: Guohui Xiao Date: Wed, 2 Oct 2013 18:24:26 +0200 Subject: [PATCH] update the doc for build --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index a3fd29a..b75f97a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ owl-toolkit owl-toolkit is a set of command line tools for OWL files based on the de-facto owl-api library. +Build +--------- +1. `git clone https://github.com/ghxiao/owl-toolkit.git` +2. `cd owl-toolkit` +3. `ant` + +Then you will find the scripts and jars in the folder `dist`. + + Usage ----------