]> git.ipfire.org Git - thirdparty/mtr.git/commitdiff
Update README 272/head
authorAdam <magnum7385@hotmail.com>
Fri, 28 Sep 2018 16:14:12 +0000 (12:14 -0400)
committerGitHub <noreply@github.com>
Fri, 28 Sep 2018 16:14:12 +0000 (12:14 -0400)
README

diff --git a/README b/README
index efb78fd5d61cbcaf77dc3718600f6cc9a2aafa21..1aed7e7dd57c2c20d28b9354a842c38ca9f78514 100644 (file)
--- a/README
+++ b/README
@@ -68,10 +68,10 @@ BUILDING FOR WINDOWS
 
   Building for Windows requires Cygwin.  To obtain Cygwin, see
   https://cygwin.com/install.html. 
-  Next, re-run cygwin's setup.exe (or setup-x86_64.exe if you're using 64bit cygwin) with the following arguments,   
+  Next, re-run cygwin's setup-x86.exe (or setup-x86_64.exe if you're using 64bit cygwin) with the following arguments,   
   which will install the packages required for building:
 
-        setup.exe --package-manager --wait --packages automake,pkg-config,make,gcc-core,libncurses-devel
+        setup-x86.exe --package-manager --wait --packages automake,pkg-config,make,gcc-core,libncurses-devel
 
   Build as under Unix: