This repository was archived by the owner on Apr 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Getting started
Jordan Verasamy edited this page Oct 4, 2018
·
11 revisions
- Ruby (version 2.4.0 or higher).
- Ability to install Ruby gems.
We test and support the gem for MacOS environments. While not officially supported, the gem may work on other operating systems provided they meet the above requirements.
shopify_transporter is published using RubyGems. Install it using gem install:
$ gem install shopify_transporter
After you install the gem, you should find the executable shopify_transporter available in your path:
$ which shopify_transporter
/usr/local/bin/shopify_transporter
Check if the system has correct Ruby version by typing the following in your terminal:
$ ruby -v
If the system is using any version lower than 2.4.0, use your Ruby version manager of choice (such as rvm, rbenv, or chruby) to ensure your Ruby version is greater than 2.4.0 when using the gem.
Visit the Bundler website to troubleshoot issues with installing gems.