Merge pull request #1 from colindean/master
[electrum-server.git] / README
diff --git a/README b/README
index 23a9079..bdb7a5d 100644 (file)
--- a/README
+++ b/README
@@ -27,10 +27,13 @@ INSTALL
 
 4. launch the server:  nohup python -u server.py > /var/log/electrum.log &
 
-5. if you have a webserver, you can use electrum.php to forward http requests to the server
-
 
 Note: 
 You do not want to run bitcoin-abe and the server simultaneously, because they will both try to update the database. 
 If you want bitcoin-abe to be available on your website, run it with the --no-update option
 
+
+Upgrading Abe:
+if you upgrade abe, you might need to update the database. 
+in the abe directory, type:
+ python -m Abe.abe --config=abe.conf --upgrade