Fix build instructions

This commit is contained in:
Guillaume Gomez 2023-12-02 16:28:28 +01:00
parent bcd0bf5450
commit bb4d0be014

View File

@ -59,13 +59,13 @@ Then you can run commands like this:
```bash ```bash
$ ./y.sh prepare # download and patch sysroot src and install hyperfine for benchmarking $ ./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: To run the tests:
```bash ```bash
$ ./test.sh --release $ ./test.sh --release --features master
``` ```
## Usage ## Usage