diff --git a/files/tags.toml b/files/tags.toml index 1672241..48b3dfb 100644 --- a/files/tags.toml +++ b/files/tags.toml @@ -48,4 +48,16 @@ keywords = ["windows", "windows support"] content = """ Bun does not currently have support for Windows, so you must use WSL (Windows Subsystem for Linux). To install WSL, check [microsoft documentation]() +""" + +[io-uring-not-supported] +keywords = ["io-uring-is-not-supported", "io uring", "not supported", "support"] +content = """ +To fix `Linux kernel version doesn't support io_uring, which Bun depends on` error, you need to update Linux kernel. + +If you are using the Windows Subsystem for Linux, do: +1. Open powershell +2. Run: + • wsl --set-version 2 + • wsl --shutdown """ \ No newline at end of file