Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save lovejavaee/17da26844f00b680aba1dff591b5a80f to your computer and use it in GitHub Desktop.
Save lovejavaee/17da26844f00b680aba1dff591b5a80f to your computer and use it in GitHub Desktop.
$ sudo wget -qO- https://toolbelt.heroku.com/install.sh | sh
$ echo 'PATH="/usr/local/heroku/bin:$PATH"' >> .bash_profile
$ source .bash_profile
$ heroku version
$ heroku login
Enter your Heroku credentials.
Email: メールアドレス
Password (typing will be hidden): パスワード
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment