Created
March 23, 2020 10:14
-
-
Save me7media/06bd9bc7b7319a21f18713e196f26c98 to your computer and use it in GitHub Desktop.
Ubuntu install Postman
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
wget https://dl.pstmn.io/download/latest/linux64 -O postman.tar.gz | |
sudo tar -xzf postman.tar.gz -C /opt | |
rm postman.tar.gz | |
sudo ln -s /opt/Postman/Postman /usr/bin/postman |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment