Skip to content

Commit 773f3ea

Browse files
committed
install from local cloned directory, not from scry
1 parent 0bdf85d commit 773f3ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Leveraging [scryfall](https://scryfall.com/docs/api) to get stats for MTG cards
88

99
## setup
1010

11-
Clone and install with `pipx install scry`
11+
Clone and install with `pipx install .`
1212

1313
## use
1414

@@ -24,7 +24,7 @@ Clone and install with `pipx install scry`
2424

2525
Scry creates a local sqlite database and adds your queried cards to it. This means you can build a larger collection of cards by executing multiple searches, and then view stats for the entire database with `scry stats`
2626

27-
To clear your database (for instance, to start a fresh collection to view stats on), run `scry clear` and confirm at the prompt.
27+
This also may lead to large database files with a lot of sets. To clear your database (for instance, to start a fresh collection to view stats on), run `scry clear` and confirm at the prompt.
2828

2929
## about
3030

0 commit comments

Comments
 (0)