Skip to content

Commit

Permalink
Update readme file including instruction for rails submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
sikachu committed May 19, 2008
1 parent 8cad68c commit e2692e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ So in order to create a new project, we first check out the kickstart template:

git clone --o kickstart git@github.com:code/kickstart-rails.git project_name

Then initialize and update Rails submodule from Github (Edge Rails)

git submodule init
git submodule update

And then later, create a project on Github (or on somewhere else), make sure that you're the collaborator of that project. (On Github, just click on edit link and adds a collaborator there.) Then issue the command to add another origin such as:

git remote add origin git@github.com:code/project_name.git
Expand Down

0 comments on commit e2692e9

Please sign in to comment.