how to check if heroku is installed on your system windows code example
Example 1: heroku cli
npm i -g heroku
code to install heroku in windows
Example 2: how to update heroku
heroku update
#(OR)
sudo apt update && sudo apt install heroku
# to update heroku