You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Leveraging [scryfall](https://scryfall.com/docs/api) to get stats for MTG cards
8
8
9
9
## setup
10
10
11
-
Clone and install with `pipx install scry`
11
+
Clone and install with `pipx install .`
12
12
13
13
## use
14
14
@@ -24,7 +24,7 @@ Clone and install with `pipx install scry`
24
24
25
25
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`
26
26
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.
0 commit comments