From bb9d9dcd3d392585a39c5065be782878cd2e64a6 Mon Sep 17 00:00:00 2001 From: Alexander Fortin Date: Thu, 24 Nov 2016 20:36:28 +0100 Subject: [PATCH] README: remove wrong reference to Linux (#10352) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92eac64142..43d51a930c 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ built-in providers. Our [Contributing Guide](https://github.com/hashicorp/terraf If you wish to cross-compile Terraform for another architecture, you can set the `XC_OS` and `XC_ARCH` environment variables to values representing the target operating system and architecture before calling `make`. The output is placed in the `pkg` subdirectory tree both expanded in a directory representing the OS/architecture combination and as a ZIP archive. -For example, to compile 64-bit Linux binaries on Mac OS X Linux, you can run: +For example, to compile 64-bit Linux binaries on Mac OS X, you can run: ```sh $ XC_OS=linux XC_ARCH=amd64 make bin