install heroku cli ubuntu code example
Example 1: download heroku ubuntu
$ sudo snap install --classic heroku
Example 2: install heroku cli on linux
sudo snap install --classic heroku
Example 3: heroku cli
npm i -g heroku
code to install heroku in windows
Example 4: how to install heroku cli
sudo apt-get install heroku
Example 5: how to install heroku in terminal
$ brew tap heroku/brew && brew install heroku