Skip to content

Commit 89d47e4

Browse files
committed
chore: update README.md
1 parent cdd3e05 commit 89d47e4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# vsop
2+
[![Build](https://github.com/jkawamoto/vsop/actions/workflows/build.yml/badge.svg)](https://github.com/jkawamoto/vsop/actions/workflows/build.yml)
3+
24
Command line translation tool using [CTranslate2](https://github.com/OpenNMT/CTranslate2).
35

46
This tool employs a client-server approach to avoid loading the model every time a text needs to be translated.
@@ -20,6 +22,14 @@ vsop
2022

2123
After saving and closing the editor, the text is translated.
2224

25+
## Installation
26+
27+
```bash
28+
brew install jkawamoto/tap/vsop
29+
````
30+
31+
Prebuilt binaries are also available on the [release page](https://github.com/jkawamoto/vsop/releases).
32+
2333
## Compilation
2434
This tool works on Linux and Mac, using several backend libraries such as
2535
[OpenBLAS](https://www.openblas.net/),

0 commit comments

Comments
 (0)