X-Git-Url: http://git.shiar.nl/netris.git/blobdiff_plain/c7eeb8f0c70c3d6538b7199f0e2094967413d35d..dad72a6bf82c2f6d9f857499711827e425e1e279:/README diff --git a/README b/README index 9972758..53d78b1 100644 --- 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