This was what I did on my 32-bit Ubuntu Linux laptop computer.
shell terminal
$ heroku version
heroku: command not found
$ wget -qO- https://cli-assets.heroku.com/install-ubuntu.sh | sh
$ heroku version
heroku-cli/6.13.5 (linux-x86) node-v8.2.1
After I had installed Heroku, I needed to log in and add my public SSH key.
shell terminal
$ heroku login
$ heroku keys:add
Reference:
Heroku CLI | Heroku Dev Center - Debian/Ubuntu
https://devcenter.heroku.com/articles/heroku-cli#debian-ubuntu
No comments:
Post a Comment