Created
July 10, 2014 19:27
-
-
Save miguelfrde/4ebdd60bc8b77b4e5075 to your computer and use it in GitHub Desktop.
Heroku Toolbelt setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Requirements: | |
# OSX: brew install heroku-toolbelt | |
# Arch Linux: wget -qO- https://toolbelt.heroku.com/install.sh | sh | |
# pacman -S openssh | |
# # Add /usr/local/heroku/bin to PATH | |
ssh-keygen -t rsa | |
heroku login | |
heroku keys:add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment