Skip to content

Commit

Permalink
add release
Browse files Browse the repository at this point in the history
  • Loading branch information
rootsongjc committed Oct 29, 2017
1 parent 455c1e6 commit 79061b3
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ Installation

Install the CLI tool and the library with:

```Bash
```
go get github.com/rootsongjc/cloudinary-go/cloudinary
```

Or download the release binary from [release](https://github.com/rootsongjc/cloudinary-go/release).

## Configuration

Create a default configuration file named `${HOME}/.cloudinary.toml`

```toml
```
[cloudinary]
uri=cloudinary://api_key:api_secret@cloud_name # check your cloudinary dashboard to the the uri
prepend = "images" # default cloudinary folder
Expand All @@ -26,7 +28,7 @@ Usage
-----


```bash
```
A CLI tool to upload static assets to the Cloudinary service.
Usage:
Expand Down

0 comments on commit 79061b3

Please sign in to comment.