Created
December 15, 2021 02:23
-
-
Save benjivesterby/d2587b1320220055638bf21a76eb8a79 to your computer and use it in GitHub Desktop.
gvm testing
This file contains 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
mkdir $HOME/bin && echo 'export PATH="$PATH:$HOME/bin"' >> ~/.zshrc | |
curl -L https://github.com/devnw/gvm/releases/download/dev/gvm > $HOME/bin/gvm && chmod +x $HOME/bin/gvm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment