Rewrite hcompta-lcc to use new symantic.
[comptalang.git] / INSTALL
diff --git a/INSTALL b/INSTALL
index 811095287c903b1b6acc06958f9d21668304f870..d1ba7e3cf68d053c11bc0f475f6b6b416af8a552 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -17,14 +17,14 @@ INSTALL
 === With Git
 
 ----
-% git clone git://git.autogeree.net/~julm/hcompta
+% git clone git://git.autogeree.net/hcompta
 % cd hcompta
 ----
 
 === With any HTTP client
 
 ----
-% curl -o hcompta.tar.gz 'http://autogeree.net/~julm/git/?p=hcompta.git;a=snapshot;sf=tgz;h=HEAD'
+% curl -o hcompta.tar.gz 'http://git.autogeree.net/?p=hcompta.git;a=snapshot;sf=tgz;h=HEAD'
 % tar xvf hcompta.tar.gz
 % cd hcompta-HEAD-*
 ----
@@ -33,9 +33,9 @@ INSTALL
 
 ----
 % cabal update
-% cabal install --enable-tests lib/hcompta-lib.cabal
-% cabal install --enable-tests cli/hcompta-cli.cabal
-% cabal install --enable-tests web/hcompta-web.cabal
+% (cd lib && cabal install --enable-tests)
+% (cd cli && cabal install --enable-tests)
+% (cd web && cabal install --enable-tests)
 ----
 
 == TEST