install postman

main
Tran Hau 2020-02-24 00:31:49 +07:00
parent d9e791e6db
commit 9025b5330d
1 changed files with 22 additions and 0 deletions

22
install-postman.md Normal file
View File

@ -0,0 +1,22 @@
# Install Postman
Read [Postman - Installation and updates](https://learning.postman.com/docs/postman/launching-postman/installation-and-updates/).
Assume you use Linux.
## Install manually
[Download](https://www.postman.com/downloads/) and unzip the app to `/opt`.
Edit `~/.local/share/applications/Postman.desktop`:
```txt
[Desktop Entry]
Encoding=UTF-8
Name=Postman
Exec=/opt/Postman/app/Postman %U
Icon=/opt/Postman/app/resources/app/assets/icon.png
Terminal=false
Type=Application
Categories=Development;
```