Created
October 27, 2020 06:32
-
-
Save mcjwsk/16e78c1c937b744fa7d776fc630255c5 to your computer and use it in GitHub Desktop.
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
wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.2/mkcert-v1.4.2-linux-amd64 \ | |
&& mv mkcert-v1.4.2-linux-amd64 mkcert \ | |
&& chmod +x mkcert \ | |
&& sudo cp mkcert /usr/local/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment