From d379f64a044120048815c0ce364778463a973963 Mon Sep 17 00:00:00 2001 From: Avi Hayun Date: Mon, 29 Oct 2018 22:11:33 +0200 Subject: [PATCH] Updated Usage --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3933802..6ec42b7 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,6 @@ Just send a URL of an online sitemap and you will get all of its content This tool basically uses [CrawlerCommons](https://code.google.com/p/crawler-commons/) Sitemap functionality - they did the heavy lifting of the sitemap parsing, I just created a wrapper tool which can easily run and do the work. + #### Usage: -Currently it runs under an UDE, so just run it regulary and add a url of a sitemap as the first argument +Java -jar SitemapParser v0.6.jar [URL OF A SITEMAP]