Skip to content

Commit

Permalink
docs: remove zsh dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-cristino authored and jaromil committed Sep 24, 2024
1 parent 5a0901d commit 9611798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/how-to-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It also compiles to a Windows 64-bit native and fully static executable. At last
<!-- tabs:start -->
#### **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
```
<!-- tabs:end -->

Expand Down

0 comments on commit 9611798

Please sign in to comment.