From 3e937cadee223247dc91d86a73803f33472bf15d Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 6 Aug 2025 15:26:14 +0200 Subject: remove Justfile in favor of bin scripts --- Readme.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Readme.md') diff --git a/Readme.md b/Readme.md index dd726f3..97b9311 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,5 @@ docker compose up -d ## Update printings database ``` -just get_printings -# or -curl -L https://mtgjson.com/api/v5/AllPrintings.sqlite -o print/AllPrintings.sqlite +./bin/get-printings ``` -- cgit v1.2.3