From 3dfd59eafeb4da85d0cc9dd024cce5d64b8b6968 Mon Sep 17 00:00:00 2001 From: alex Date: Tue, 15 Dec 2020 14:43:20 +0000 Subject: [PATCH] add zip to arch dependencies (#102) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e3520c..7e56790 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ sudo apt install qt5-default libqt5websockets5 libsdl2-2.0-0 libsdl2-net-2.0-0 l ``` Linux Dependencies (Manjaro/Arch) ``` -sudo pacman -S --needed qt5-base qt5-websockets sdl2 sdl2_net hidapi minizip p7zip +sudo pacman -S --needed qt5-base qt5-websockets sdl2 sdl2_net hidapi minizip p7zip zip ``` Linux Dependencies (Fedora) ```