Skip to content

Commit

Permalink
easier
Browse files Browse the repository at this point in the history
  • Loading branch information
bmizerany committed Jan 31, 2009
1 parent 7a6768e commit 75707a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.markdown
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ it](http://heroku.com/docs/index.html#_manage_keys_on_heroku)


Now, clone and deploy! Now, clone and deploy!


`my_new_app $ git clone git://github.com/sinatra/heroku-sinatra-app` `projects $ git clone git://github.com/sinatra/heroku-sinatra-app`


`my_new_app $ heroku create <optional appname>` `projects $ cd heroku-sinatra-app`


`my_new_app $ git remote add heroku git@heroku.com:<appname>.git` `my_new_app $ heroku create <optional appname> --remote`


`my_new_app $ git push heroku master` `my_new_app $ git push heroku master`


Expand Down

0 comments on commit 75707a1

Please sign in to comment.