Update version number in README.md

This commit is contained in:
Brian Anderson 2012-09-14 21:19:27 -07:00
parent 5db367b836
commit 920bc0fe49

View file

@ -34,8 +34,8 @@ To build from source you will also need the following prerequisite packages:
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.3.tar.gz
$ cd rust-0.3
$ tar -xzf rust-0.4.tar.gz
$ cd rust-0.4
$ ./configure
$ make && make install