fix balance check in server logic
[epoint] / README
diff --git a/README b/README
index 27b89ce..e621ae8 100644 (file)
--- a/README
+++ b/README
@@ -6,20 +6,20 @@ Source
 web:
        http://nsz.repo.hu/epoint
 git:
-       git clone git://nsz.repo.hu:45100/repo/epoint.git
+       git clone git://nsz.repo.hu:45100/repo/epoint
 
 
 Build
 -----
 
-epoint-server depends on a patched version of the latest go source
-to get it (see http://golang.org/doc/install.html for details) run
-       hg clone https://go.googlecode.com/hg/ go
+first a recent go build is needed (at least weekly.2012-01-15)
+       hg clone http://go.googlecode.com/hg/ go
        cd go/src
-       hg patch path/to/epoint-server/patches/*.diff
+       hg update weekly
        ./all.bash
+(see http://golang.org/doc/install.html for details)
 
-to build and install (into $GOROOT/bin) run
+to build and install epoint (into $GOROOT/bin) run
        make