Skip to content

Commit 4fb587b

Browse files
committed
Update README.md
1 parent 1549103 commit 4fb587b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ paperdown --input pdf/ --output md/ --workers 4 --overwrite
4444

4545
## Install
4646

47-
Install from crates.io:
47+
<!--Install from crates.io:-->
4848

4949
```bash
50-
cargo install paperdown
50+
cargo install --git https://github.com/atsyplenkov/paperdown.git
5151
```
5252

5353
Install from source (this repository):
@@ -93,5 +93,3 @@ Options:
9393
## Cost example
9494

9595
The tool records token usage in `log.jsonl` under the `usage` field. With pricing at `$0.03` per `1,000,000` tokens, the Batista et al. (2022) paper run with `total_tokens = 79,080` costs `$0.0023724`. That is roughly `0.24` cents per paper.
96-
97-
The cost calculation is `79,080 / 1,000,000 * 0.03`.

0 commit comments

Comments
 (0)