diff options
| author | antoyo <antoyo@users.noreply.github.com> | 2023-12-02 11:42:37 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-02 11:42:37 -0500 |
| commit | 0a67e9cd60a23f8300f35880d7aac79d98f7294f (patch) | |
| tree | 1d1fc7c5d8c98f91ead8c81b062eecaef8489814 | |
| parent | bcd0bf54506385493dac3bd4824689ac11fcb742 (diff) | |
| parent | bb4d0be014957067ea1386948fc1d691fff64918 (diff) | |
| download | rust-0a67e9cd60a23f8300f35880d7aac79d98f7294f.tar.gz rust-0a67e9cd60a23f8300f35880d7aac79d98f7294f.zip | |
Merge pull request #391 from GuillaumeGomez/fix-build-instructions
Fix build instructions
| -rw-r--r-- | Readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md index 20871ceb814..9db1dec1032 100644 --- a/Readme.md +++ b/Readme.md @@ -59,13 +59,13 @@ Then you can run commands like this: ```bash $ ./y.sh prepare # download and patch sysroot src and install hyperfine for benchmarking -$ LIBRARY_PATH=$(cat gcc_path) LD_LIBRARY_PATH=$(cat gcc_path) ./y.sh build --release +$ LIBRARY_PATH=$(cat gcc_path) LD_LIBRARY_PATH=$(cat gcc_path) ./y.sh build --release --features master ``` To run the tests: ```bash -$ ./test.sh --release +$ ./test.sh --release --features master ``` ## Usage |
