Skip to content

Instantly share code, notes, and snippets.

@viktorpetryk
Created September 15, 2018 15:58
Show Gist options
  • Select an option

  • Save viktorpetryk/650c2aea2a1fa406f77cd2829568f46c to your computer and use it in GitHub Desktop.

Select an option

Save viktorpetryk/650c2aea2a1fa406f77cd2829568f46c to your computer and use it in GitHub Desktop.

Revisions

  1. viktorpetryk created this gist Sep 15, 2018.
    7 changes: 7 additions & 0 deletions postman-install.md
    Original 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
    ```