Docs: Fixed typo in README.md

Signed-off-by: Max Logaev <maxlogaev@proton.me>
This commit is contained in:
2025-03-23 18:22:43 +03:00
parent f8a4bed8d9
commit 26add2491f

View File

@@ -10,7 +10,7 @@ cmake --build build
``` ```
## Testing ## Testing
Launch KolibriOS with the mounted `SDK_TOOLCHAIN_DIR` directory: Launch KolibriOS with the mounted `SDK_SYSROOT_DIR` directory:
```sh ```sh
./run-kos.sh ./run-kos.sh
``` ```