diff --git a/.goreleaser.yml b/.goreleaser.yml index 8b9a5c1..41eb2c1 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -23,7 +23,6 @@ brew: name: homebrew-tap folder: Formula homepage: https://github.com/fastly/waflyctl - download_strategy: GitHubPrivateRepositoryReleaseDownloadStrategy description: Allows you to provision a Fastly waf object with pre-determine rules, OWASP config, response, and logging endpoints. Also manage rules, and their status. test: | system "#{bin}/waflyctl" diff --git a/Documentation/INSTALLATION.md b/Documentation/INSTALLATION.md index 46042ca..cfadd55 100644 --- a/Documentation/INSTALLATION.md +++ b/Documentation/INSTALLATION.md @@ -2,10 +2,7 @@ - Have a Fastly API Key in-hand with edit privileges - Have a service behind Fastly - Have WAF be enabled for your account -- Have a GITHUB token with repo scope # Installation -- `export HOMEBREW_GITHUB_API_TOKEN=`, may want to put this on your bash -profile - `brew install fastly/tap/waflyctl` - grab a copy of the [config](https://github.com/fastly/waflyctl/blob/master/config_examples/waflyctl.toml.example) file and place it under `~/.waflyctl.toml` where the tool defaults to.