Skip to content

Commit a5b714d

Browse files
README.md: Remove outdated claim about build.rs (#116)
This was removed in #44
1 parent e9395d9 commit a5b714d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ cargo build
1010

1111
NOTE: requries [rustup](https://www.rust-lang.org/tools/install)
1212

13-
The `build.rs` script will ensure that the correct version of rust and the required components are installed and defaulted. What `rustup` commands are run can be seen by adding verbosity flag `-vv` to `cargo`.
14-
1513
## Usage
1614

1715
Use the wrapper script `run.sh` (or `cargo run`, but this may also initiate a build).
@@ -88,4 +86,4 @@ cargo run --bin cargo_stable_mir_json -- $PWD [OPTIONAL-PATH-FOR-DIR]
8886
```bash
8987
RUSTC=<PATH-TO-.stable_mir_json>/<PROFILE>.sh cargo build
9088
```
91-
NOTE: by default `<PATH-TO-.stable_mir_json>` is `~/.stable_mir_json`
89+
NOTE: by default `<PATH-TO-.stable_mir_json>` is `~/.stable_mir_json`

0 commit comments

Comments
 (0)