From a07035614a15391583fd14bbcca18b00d9437dde Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Sat, 31 Aug 2019 10:33:06 -0300 Subject: [PATCH] docs: brew download strategy closes #967 Signed-off-by: Carlos Alexandro Becker --- www/content/homebrew.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/www/content/homebrew.md b/www/content/homebrew.md index c61713c73..a94cc0fc2 100644 --- a/www/content/homebrew.md +++ b/www/content/homebrew.md @@ -50,7 +50,9 @@ brews: # Default for gitlab is "https://gitlab.com///uploads/{{ .ArtifactUploadHash }}/{{ .ArtifactName }}" url_template: "http://github.mycompany.com/foo/bar/releases/{{ .Tag }}/{{ .ArtifactName }}" - # Allows you to set a custom download strategy. + # Allows you to set a custom download strategy. Note that you'll need + # to implement the strategy and add it to your tap repository. + # Example: http://lessthanhero.io/post/homebrew-with-private-repo-releases/ # Default is empty. download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy