Bump version in INSTALL.txt

This commit is contained in:
Tim Chevalier 2012-03-28 22:44:53 -07:00
parent 412dba5743
commit 56273e3036

View file

@ -34,8 +34,8 @@ Building and installing
Assuming you're on a relatively modern Linux/OSX system and have met the
prerequisites, something along these lines should work:
$ tar -xzf rust-0.1.tar.gz
$ cd rust-0.1
$ tar -xzf rust-0.2.tar.gz
$ cd rust-0.2
$ ./configure
$ make && make install