Created
July 28, 2021 14:30
-
-
Save stilyng94/0625bcd5b0a19ce862deb1debf449384 to your computer and use it in GitHub Desktop.
Install Shopify cli on Windows Sub-system For Linux (WSL)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
I am using WSL under Windows 10