heroku get started 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
Example 3: add heroku to cli
$ brew tap heroku/brew && brew install heroku