diff options
author | 2022-02-06 00:44:31 -0800 | |
---|---|---|
committer | 2022-02-06 00:44:31 -0800 | |
commit | e50ccc25dbb0d08da8d455f37d9bb89699107802 (patch) | |
tree | c3bb21dcc3f27dd328fe626a3a10ab9aed425485 | |
parent | 3a788fa0352edff521d73fa4e46a556f98ea55ff (diff) | |
download | bun-e50ccc25dbb0d08da8d455f37d9bb89699107802.tar.gz bun-e50ccc25dbb0d08da8d455f37d9bb89699107802.tar.zst bun-e50ccc25dbb0d08da8d455f37d9bb89699107802.zip |
Update README.md
Diffstat (limited to '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -93,7 +93,7 @@ bun remove react bun add preact ``` -<detail> +<details> <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. @@ -106,7 +106,7 @@ uname -r sudo apt install --install-recommends linux-generic-hwe-20.04 ``` -</detail> +</details> ## Using bun as a task runner |