Created
September 15, 2018 15:58
-
-
Save viktorpetryk/650c2aea2a1fa406f77cd2829568f46c to your computer and use it in GitHub Desktop.
Revisions
-
viktorpetryk created this gist
Sep 15, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ # Postman installation ``` Download from https://app.getpostman.com/app/download/linux64 sudo tar -xzf %file_name% -C /opt sudo ln -s /opt/Postman/Postman /usr/local/bin/postman ```