Skip to content

Commit b1440c9

Browse files
committed
improve readme
1 parent 8a3c7b5 commit b1440c9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,14 @@ Built using https://github.com/huggingface/candle and by default uses this model
66

77
## Usage
88

9-
First compile:
9+
Install rust: https://www.rust-lang.org/tools/install
10+
11+
Compile:
1012
```sh
1113
cargo build --release
1214
```
1315

14-
Then run:
15-
16+
Run:
1617
```sh
1718
./target/release/translate-tool.exe --in-json "data/test-in.json" --out-json "data/test-out.json" --language de
1819
```

0 commit comments

Comments
 (0)