diff options
author | 2022-02-06 00:45:30 -0800 | |
---|---|---|
committer | 2022-02-06 00:45:30 -0800 | |
commit | e1747c0dd79d296e28b414ce66d8a9c37d2c37ea (patch) | |
tree | 667d00a49d8cb39de5e95699b41be80fc7686fd1 | |
parent | e50ccc25dbb0d08da8d455f37d9bb89699107802 (diff) | |
download | bun-e1747c0dd79d296e28b414ce66d8a9c37d2c37ea.tar.gz bun-e1747c0dd79d296e28b414ce66d8a9c37d2c37ea.tar.zst bun-e1747c0dd79d296e28b414ce66d8a9c37d2c37ea.zip |
Update README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -93,9 +93,9 @@ bun remove react bun add preact ``` -<details> +<details> <summary>For Linux users, `bun install` needs Linux Kernel 5.6 or higher to work well</summary> -<summary>**For Linux users**: `bun install` needs Linux Kernel 5.6</summary> 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. +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. If you're using Ubuntu 20.04, here's how to install a [newer kernel](https://wiki.ubuntu.com/Kernel/LTSEnablementStack): |