Skip to content
This repository has been archived by the owner on Nov 16, 2024. It is now read-only.

Commit

Permalink
reorder paragraphs and add "Building from source" section
Browse files Browse the repository at this point in the history
  • Loading branch information
Edoardo La Greca committed Mar 18, 2024
1 parent 4b131b8 commit fae900d
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,27 @@ To generate the credentials file refer to ["Authentication with service accounts

## The `dovelet` tool

The `dovelet` executable binary is a command-line tool to interface with the Google Cloud Vision API.

### Installation

The `dovelet` executable binary is a command-line tool to interface with the Google Cloud Vision API.
#### Using `go install`

```sh
go install github.com/EdoardoLaGreca/dovelet/cmd/dovelet@latest
```

#### Building from source

```sh
git clone https://github.com/EdoardoLaGreca/dovelet
cd dovelet
go build ./cmd/dovelet # or: go install ./cmd/dovelet
```

### Usage

Use the `dovelet` tool to make requests. The syntax is as follows.
Use the `dovelet` command to make requests. The syntax is as follows.

```sh
dovelet -text [ -lang l1,l2,... ] files ...
Expand Down

0 comments on commit fae900d

Please sign in to comment.