Fix name
authorStephen Becker IV <github@deathbyescalator.com>
Thu, 25 Feb 2016 06:45:08 +0000 (22:45 -0800)
committerStephen Becker IV <github@deathbyescalator.com>
Thu, 25 Feb 2016 06:45:08 +0000 (22:45 -0800)
And move line below code block per merge request.

README.md

index ef520a14ec7bd2fd4227a50ca55ea5f09b603b8b..d5395533af58459c541869afd48113af245dcbfe 100644 (file)
--- a/README.md
+++ b/README.md
@@ -56,14 +56,13 @@ make install
 If, however, you have neither `rustc` nor `cargo` previously installed you can
 run:
 
-Note: if building for 32 bit systems run `BIT=32 python -B ..`
-
 ```sh
 python -B src/etc/install-deps.py
 ./configure --local-rust-root="$PWD"/rustc
 make
 make install
 ```
+Note: if building for 32 bit systems run `BITS=32 python -B ..`
 
 More options can be discovered through `./configure`, such as compiling cargo
 for more than one target. For example, if you'd like to compile both 32 and 64