From e2979d1a412912dd16b6d257d8b7ea788f4c1dc5 Mon Sep 17 00:00:00 2001 From: Andrew Belt Date: Mon, 26 Mar 2018 18:30:52 -0400 Subject: [PATCH] Add zip to Windows README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ad519b0..78332d19 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ brew install git cmake autoconf automake libtool Install [MSYS2](http://www.msys2.org/) and launch the MinGW 64-bit shell (not the default MSYS shell). ``` -pacman -S git make tar unzip mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake autoconf automake mingw-w64-x86_64-libtool +pacman -S git make tar unzip zip mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake autoconf automake mingw-w64-x86_64-libtool ``` ### Linux