diff --git a/README.md b/README.md index 576b85bacc..1e67a1e0fe 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ bun remove react bun add preact ``` - +
**For Linux users**: `bun install` needs Linux Kernel 5.6 or higher to work well. The minimum is 5.1. If you're on Linux kernel 5.1 - 5.5, `bun install` should still work, but HTTP requests will be slow due to lack of support for io_uring's `connect()` operation. @@ -106,7 +106,7 @@ uname -r sudo apt install --install-recommends linux-generic-hwe-20.04 ``` - +
## Using bun as a task runner