diff options
author | 2023-10-09 22:51:41 +0400 | |
---|---|---|
committer | 2023-10-09 11:51:41 -0700 | |
commit | 6a73f2b1e79c4e3f40b171b2d557cded25b08e59 (patch) | |
tree | 82caf99815352f94012616bd985473b95245755a | |
parent | 99a78f85407a7b2d22566a453e5c4a5e19c761eb (diff) | |
download | bun-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.md | 3 |
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 %} |