Skip to content

Commit

Permalink
📝 update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Omochice committed Jul 22, 2021
1 parent b64562f commit 8d1e379
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@
3. Move executable file into directory in PATH. (like `$HOME/.local/bin/`)


## Before using
## Installation

### By [github release page](https://github.com/Omochice/deepl-translate-cli/releases)
1. Get deepl access token. See [here](https://www.deepl.com/docs-api).

2. Set access token as `DEEPL_TOKEN`
Expand All @@ -27,6 +28,11 @@

For write setting file, see [this page](https://www.deepl.com/docs-api/translating-text/request/).

### By `go install`
```sh
go install github.com/Omochice/deepl-translate-cli@latest
```

## Usage

- If you want translate from existing file.
Expand Down

0 comments on commit 8d1e379

Please sign in to comment.