From 13bf98b318dfb2948490ed7209d7c4ddbd28e3ff Mon Sep 17 00:00:00 2001 From: Gianluca Elia <34285663+gianlukk994@users.noreply.github.com> Date: Mon, 30 Jun 2025 13:04:13 +0200 Subject: [PATCH] Fix README typo --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f6f4163..a61ba7e 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ bundle exec shopify-toolkit generate_migration AddProductPressReleases ``` Then, add the following code to the migration file: + ```ruby # config/shopify/migrate/20250528130134_add_product_press_releases.rb class AddProductPressReleases < ShopifyToolkit::Migration @@ -104,8 +105,10 @@ The tool will import the file into a local SQLite database and open a console for you to run queries against the data using ActiveRecord. +> Note: To use it with `bundle exec`, sqlite3 must be included in the project’s bundle + ```shell -shopify-csv analyze products-result.csv --force-import +shopify-toolkit analyze products-result.csv --force-import ==> Importing products-result.csv into /var/folders/hn/z7b7s1kj3js4k7_qk3lj27kr0000gn/T/shopify-toolkit-analyze-products_result_csv.sqlite3 -- create_table(:results, {:force=>true}) -> 0.0181s @@ -119,7 +122,7 @@ shopify-csv analyze products-result.csv --force-import "UPDATE: Found by Handle | Assuming MERGE for Variant Command | Assuming MERGE for Tags Command | Variants updated by SKU: 1 | Warning: The following media were not uploaded to Shopify: [https://mymedia.com/image.jpg: Error downloading from Web: 302 Moved Temporarily]", ...] >> first -#