Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Frankie-B/81234ca6c7664f360e3b27032b8fc884 to your computer and use it in GitHub Desktop.
Save Frankie-B/81234ca6c7664f360e3b27032b8fc884 to your computer and use it in GitHub Desktop.
Install Shopify cli on Windows Sub-system For Linux (WSL)
sudo apt update
sudo apt-get update
sudo apt install nodejs
sudo apt-get install ruby-full
sudo apt-get install build-essential
sudo apt-get install bison openssl curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libxml2-dev autoconf libc6-dev ncurses-dev automake libtool
sudo gem install shopify-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment