Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcx committed Jul 22, 2018
1 parent 8152134 commit 17ec98d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,18 @@
CLI for interacting with Cloudflare's V4 API. `cf` is mostly just a CLI
wrapping of the [cloudflare-go](github.com/cloudflare/cloudflare-go) package.

`cf` contains commands to interact with almost all cloudflare product areas and
can configure almost all products in a consistent and well documented way.

# Installation
If you just want to get started using `cf` then run the following command.
```
go get -u github.com/ejcx/cf
```

If you don't have the Go toolchain you can download cf from the releases page.
- [cf binary mac]()
- [cf binary linux]()



0 comments on commit 17ec98d

Please sign in to comment.