From 9611798cd37f718d5911d944c44feb97b435885f Mon Sep 17 00:00:00 2001 From: matteo-cristino Date: Tue, 24 Sep 2024 10:48:28 +0200 Subject: [PATCH] docs: remove zsh dependency --- README.md | 2 +- docs/pages/how-to-build.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 647d017b7..bfded1dc9 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ ready to deploy. ## Build -Dependencies: makefile, cmake, zsh, gcc, libreadline-dev, xxd +Dependencies: makefile, cmake, gcc, libreadline-dev, xxd Optional: musl-libc, emscripten for wasm builds diff --git a/docs/pages/how-to-build.md b/docs/pages/how-to-build.md index 1cad48cee..c2eebec6f 100644 --- a/docs/pages/how-to-build.md +++ b/docs/pages/how-to-build.md @@ -15,7 +15,7 @@ It also compiles to a Windows 64-bit native and fully static executable. At last #### **Devuan / Debian / Ubuntu** ```bash -apt-get install -y git build-essential cmake zsh xxd libreadline-dev +apt-get install -y git build-essential cmake xxd libreadline-dev ```