From 2f9ff27692d6f21239a6df3a813602ba5cc95357 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 1 Feb 2018 00:31:47 +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 fff1342..930515c 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-get install mingw-w64 +sudo apt install mingw-w64 ``` _Note:_ If package cannot be found on ubuntu make sure you've added the multiverse repository (`sudo add-apt-repository multiverse`)