Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
togatoga committed Jun 24, 2024
1 parent 1d9b6de commit 3362952
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 @@ -10,12 +10,18 @@ This is a work in progress. I would break the API without notice.

## Installation

You can install `kanpyo` via `cargo`:
You can install `kanpyo` via `cargo` or `git`(development version).

```shell script
cargo install kanpyo
```

or

```shell script
cargo install --git https://github.com/togatoga/kanpyo kanpyo
```

You need a dictionary to use `kanpyo` and can build and install a dictionary by the following.

```shell script
Expand Down

0 comments on commit 3362952

Please sign in to comment.