Commit f17fe360 by Kenneth Reitz

Merge pull request #5 from mbren/dev

added a instruction to commit the changes after adding them
parents 810411eb 723612b5
...@@ -28,6 +28,7 @@ You can replace ``helloworld`` with your desired project name. ...@@ -28,6 +28,7 @@ You can replace ``helloworld`` with your desired project name.
$ git init $ git init
$ git add -A $ git add -A
$ git commit -m "Initial commit"
$ heroku create $ heroku create
$ git push heroku master $ git push heroku master
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment