diff options
author | Patrick Wilmes <patrick.wilmes@bit-lake.com> | 2021-10-04 19:24:55 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-04 18:30:41 +0100 |
commit | b00218715abff3a0ef7320d5fb9d829c8c9e60bf (patch) | |
tree | 39093d169098e92e76d08a1ff81446d7e813df10 /Documentation | |
parent | 0c0951d2ce4b6a49c8d227a48ef90fc3e30b818f (diff) | |
download | serenity-b00218715abff3a0ef7320d5fb9d829c8c9e60bf.zip |
Documentation: Added unzip to arch install list
After setting up the toochain on manjaro linux (new install) the build
of the toolchain failed as unzip was not found. The unzip package is
listed in the documentation for debian (apt) but is was missing for arch
linux.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/BuildInstructions.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/BuildInstructions.md b/Documentation/BuildInstructions.md index 8e0ba5d445..c72f770c26 100644 --- a/Documentation/BuildInstructions.md +++ b/Documentation/BuildInstructions.md @@ -43,7 +43,7 @@ for details. ### Arch Linux / Manjaro ```console -sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu qemu-arch-extra ccache rsync +sudo pacman -S --needed base-devel cmake curl mpfr libmpc gmp e2fsprogs ninja qemu qemu-arch-extra ccache rsync unzip ``` ### Other systems |