Skip to content

Commit 2cdaa41

Browse files
committed
Fix name
And move line below code block per merge request.
1 parent 81d1be4 commit 2cdaa41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,13 @@ make install
5656
If, however, you have neither `rustc` nor `cargo` previously installed you can
5757
run:
5858

59-
Note: if building for 32 bit systems run `BIT=32 python -B ..`
60-
6159
```sh
6260
python -B src/etc/install-deps.py
6361
./configure --local-rust-root="$PWD"/rustc
6462
make
6563
make install
6664
```
65+
Note: if building for 32 bit systems run `BITS=32 python -B ..`
6766

6867
More options can be discovered through `./configure`, such as compiling cargo
6968
for more than one target. For example, if you'd like to compile both 32 and 64

0 commit comments

Comments
 (0)