diff --git a/DOI.hs b/DOI.hs
--- a/DOI.hs
+++ b/DOI.hs
@@ -52,8 +52,10 @@
 -- ^ BibTeX entries are appended to this file 
 
 -- | Url of the bibsonomy scraper (e.g. their public version of self hosted)
--- needs to be install in ROOT app (tested on tomcat8)
--- >  cd /tmp && wget http://dev.bibsonomy.org/maven2/org/bibsonomy/bibsonomy-scrapingservice/3.3.0/bibsonomy-scrapingservice-3.3.0.war && sudo mv bibsonomy-scrapingservice-3.3.0.war /var/lib/tomcat8/webapps/ROOT.war
+--
+-- Self hosted: needs to be installed in ROOT app (tested on tomcat8)
+--
+-- @  cd \/tmp && wget http:\/\/dev.bibsonomy.org\/maven2\/org\/bibsonomy\/bibsonomy-scrapingservice\/3.3.0\/bibsonomy-scrapingservice-3.3.0.war && sudo mv bibsonomy-scrapingservice-3.3.0.war \/var\/lib\/tomcat8\/webapps\/ROOT.war @
 bibsonomyUrl = if True then
   "http://scraper.bibsonomy.org/service?format=bibtex&selection=&url="
   else
diff --git a/doi.cabal b/doi.cabal
--- a/doi.cabal
+++ b/doi.cabal
@@ -1,5 +1,5 @@
 name: doi
-version: 0.0.1
+version: 0.0.2
 cabal-version: >=1.10
 build-type: Simple
 license: MIT
