From 18d6af7c105572d1e043be25e31eae2d59eb51b1 Mon Sep 17 00:00:00 2001 From: Tim Hockin Date: Mon, 30 May 2016 17:22:53 -0700 Subject: [PATCH] Make releases work --- development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development.md b/development.md index 4c00072e5..571028c2f 100644 --- a/development.md +++ b/development.md @@ -79,7 +79,7 @@ You may pass build options and packages to the script as necessary. To build binaries for all platforms: ```sh - hack/build-cross.sh + make cross ``` ## Workflow