diff --git a/README.md b/README.md index f71af082..cfbc5b20 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ To build the toolchain for this os. You can run the following command. ```sh ninja toolchain cmake --fresh .. # We need to reconfigure cmake to use the new compiler +ninja libstdc++ ```