aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar babar <systemrockstar96@gmail.com> 2023-10-09 22:51:41 +0400
committerGravatar GitHub <noreply@github.com> 2023-10-09 11:51:41 -0700
commit6a73f2b1e79c4e3f40b171b2d557cded25b08e59 (patch)
tree82caf99815352f94012616bd985473b95245755a
parent99a78f85407a7b2d22566a453e5c4a5e19c761eb (diff)
downloadbun-6a73f2b1e79c4e3f40b171b2d557cded25b08e59.tar.gz
bun-6a73f2b1e79c4e3f40b171b2d557cded25b08e59.tar.zst
bun-6a73f2b1e79c4e3f40b171b2d557cded25b08e59.zip
added commands (#6314)
added commands to install unzip package and to check Linux kernel version
-rw-r--r--docs/installation.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/installation.md b/docs/installation.md
index 73d222eaf..2c3cc94c7 100644
--- a/docs/installation.md
+++ b/docs/installation.md
@@ -3,7 +3,8 @@ Bun ships as a single executable that can be installed a few different ways.
## macOS and Linux
{% callout %}
-**Linux users** — The `unzip` package is required to install Bun. Kernel version 5.6 or higher is strongly recommended, but the minimum is 5.1.
+**Linux users** — The `unzip` package is required to install Bun. Use `sudo apt install unzip` to install `unzip` package.
+Kernel version 5.6 or higher is strongly recommended, but the minimum is 5.1. Use `uname -r` to check Kernel version.
{% /callout %}
{% codetabs %}