Skip to content

Commit

Permalink
updated link without redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Giammarchi committed May 15, 2014
1 parent 3548288 commit 8dc6901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ A basic structure to start a JS project.
### Automatic Setup
This procedure will ask you your name in github, in my case I would put `WebReflection`, the new repository name you have just created, in this case I would use `gitstrap`, and the folder where to initialize such repository, as example `~/code`.

curl -s https://github.com/WebReflection/gitstrap/raw/master/new >~/gitstrap && bash ~/gitstrap && rm ~/gitstrap
curl -s https://raw.githubusercontent.com/WebReflection/gitstrap/master/new >~/gitstrap && bash ~/gitstrap && rm ~/gitstrap

Once inserted those three values, the script will prepare everything and will ask if you want to push the fresh new repo content.

Expand Down

0 comments on commit 8dc6901

Please sign in to comment.