From 810a9613c211f16a1de98ac4d5d49bd416df7b63 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Mon, 29 Jan 2018 04:37:10 +0900 Subject: [PATCH] Updated Cross Compiling (markdown) --- Cross-Compiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cross-Compiling.md b/Cross-Compiling.md index 930515c..fff1342 100644 --- a/Cross-Compiling.md +++ b/Cross-Compiling.md @@ -9,7 +9,7 @@ go get golang.org/x/sys/windows Then you'll need the mingw compiler. For example, on Debian/Ubuntu, run this command: ```sh -sudo apt install mingw-w64 +sudo apt-get install mingw-w64 ``` _Note:_ If package cannot be found on ubuntu make sure you've added the multiverse repository (`sudo add-apt-repository multiverse`)