Skip to content

Instantly share code, notes, and snippets.

@tarecord
Created July 7, 2023 11:53
Show Gist options
  • Save tarecord/ee63f2c6514c2a606227961a78d01ddc to your computer and use it in GitHub Desktop.
Save tarecord/ee63f2c6514c2a606227961a78d01ddc to your computer and use it in GitHub Desktop.
Install Slic Globally
# Wherever you'd like to install Slic
cd ~/Code
# Clone the repository in the slic/ directory
git clone git@github.com:stellarwp/slic.git .
# Add the slic directory to your $PATH
# If you're using zsh you'll want to use ~/.zshrc instead of ~/.bashrc
echo "export PATH=$HOME/Code/slic:$PATH" >> ~/.bashrc
# Reload your shell configuration to load the updated $PATH
source ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment