From e054d6b6115a84766a4c2354594e808934463815 Mon Sep 17 00:00:00 2001 From: Jeremy Wentworth Date: Tue, 2 Jan 2018 22:12:52 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40204931..b094b501 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Install [CMake](https://cmake.org/) (for some of Rack's dependencies) and wget, Install [MSYS2](http://www.msys2.org/) and launch the mingw64 shell (not the default msys2 shell). Install build dependencies with the pacman package manger. - pacman -S git make tar unzip mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake + pacman -S git make tar zip unzip mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake ### Linux