README
changeset 3195 cbaf37cc20b7
parent 2725 32aa23619dfd
     1.1 --- a/README	Tue Oct 18 20:17:41 2011 +0200
     1.2 +++ b/README	Sun Mar 03 22:24:40 2013 +0100
     1.3 @@ -2,7 +2,11 @@
     1.4  
     1.5  Crosstool-NG follows the autoconf dance. So, to get you
     1.6  kick-started, just run:
     1.7 -  ./configure --help
     1.8 +    ./configure --help
     1.9 +
    1.10 +If you are using a development snapshot, you'll have to
    1.11 +create the configure script, first. Just run:
    1.12 +    ./bootstrap
    1.13  
    1.14  You will find the documentation in the directory 'docs'.
    1.15  Here is a quick overview of what you'll find there: