From 7949f54b309b80586755a6c708751b636fa771d6 Mon Sep 17 00:00:00 2001 From: Karl Date: Sat, 6 Jun 2020 14:49:04 -0400 Subject: [PATCH] Fix instructions in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad4fed3..bdbbf34 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Quick start on a Linux build host: ``` # Install Meson and a recent build of MinGW-w64, then: -$ meson --cross cross-build-32.txt _build32 +$ meson --cross cross-mingw-32.txt _build32 $ ninja -C _build32 -$ meson --cross cross-build-64.txt +$ meson --cross cross-mingw-64.txt _build64 $ ninja -C _build64 ```