Hi!
I follow your guide on installing postman https://github.com/linux-bd/ubuntu/blob/master/app/postman.md
Just wanna let you know that there is a wrong path in this line:
sudo ln -s /opt/postman/Postman /usr/bin/Postman
It should be:
sudo ln -s /opt/Postman/Postman /usr/bin/Postman
At least in Ubuntu 20.04
Thanks!
Hi!
I follow your guide on installing postman https://github.com/linux-bd/ubuntu/blob/master/app/postman.md
Just wanna let you know that there is a wrong path in this line:
sudo ln -s /opt/postman/Postman /usr/bin/PostmanIt should be:
sudo ln -s /opt/Postman/Postman /usr/bin/PostmanAt least in Ubuntu 20.04
Thanks!