Update README.md

This commit is contained in:
Bananymous 2023-06-02 18:43:30 +03:00
parent 3a5d6914ba
commit d4289f9e74
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ To build the toolchain for this os. You can run the following command.
```sh ```sh
ninja toolchain ninja toolchain
cmake --fresh .. # We need to reconfigure cmake to use the new compiler cmake --fresh .. # We need to reconfigure cmake to use the new compiler
ninja libstdc++
``` ```