Skip to content

Commit

Permalink
update flarectl install instructions for 1.17+
Browse files Browse the repository at this point in the history
Closes #731
  • Loading branch information
jacobbednarz authored Jan 10, 2022
1 parent 10c1ac3 commit 546e02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/flarectl/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# flarectl

A CLI application for interacting with a Cloudflare account. Powered by [cloudflare-go].
A CLI application for interacting with a Cloudflare account. Powered by [cloudflare-go](https://github.com/cloudflare/cloudflare-go).

## Installation

Install it when you install our command-line library:

```sh
go get -u github.com/cloudflare/cloudflare-go/...
go install github.com/cloudflare/cloudflare-go/cmd/flarectl@latest
```

# Usage
Expand Down

0 comments on commit 546e02e

Please sign in to comment.