about summary refs log tree commit diff
diff options
context:
space:
mode:
authorantoyo <antoyo@users.noreply.github.com>2023-12-02 11:42:37 -0500
committerGitHub <noreply@github.com>2023-12-02 11:42:37 -0500
commit0a67e9cd60a23f8300f35880d7aac79d98f7294f (patch)
tree1d1fc7c5d8c98f91ead8c81b062eecaef8489814
parentbcd0bf54506385493dac3bd4824689ac11fcb742 (diff)
parentbb4d0be014957067ea1386948fc1d691fff64918 (diff)
downloadrust-0a67e9cd60a23f8300f35880d7aac79d98f7294f.tar.gz
rust-0a67e9cd60a23f8300f35880d7aac79d98f7294f.zip
Merge pull request #391 from GuillaumeGomez/fix-build-instructions
Fix build instructions
-rw-r--r--Readme.md4
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