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 ```