code duplication
[netris.git] / README
diff --git a/README b/README
index 9972758dba95fd86780e27f00ec562e900c833b1..6bb0cd35c3719b9d3b1ea60bcde9e68975d9cb75 100644 (file)
--- a/README
+++ b/README
@@ -59,14 +59,14 @@ based on.
 
 INSTALLATION
 ============
-1. Run "./Configure" to create a Makefile and config.h appropriate
-   for your system.  If you have problems running Configure with
-   your /bin/sh, try "bash Configure".
+1. Run "./configure" to create a Makefile and config.h appropriate
+   for your system.  If you have problems running configure with
+   your /bin/sh, try "bash configure".
 2. Try "make"
 3. Make sure "./netris" works properly
 4. Copy "./netris" to the appropriate public directory
 
-Try "./Configure -h" for more options
+Try "./configure -h" for more options
 
 
 RUNNING
@@ -124,10 +124,4 @@ RUMORS
 At some point I may implement a server that Netris players can connect
 to to find other players with similar skill across the globe.
 
-This version at least partially supports robots.  A rough description
-of the protocol is in "robot_desc", and a sample robot is in sr.c.
-
-The source code should be viewed with tab stops set every 4 columns,
-eg, "less -x4 game.c".
-
 # vi: tw=70