Skip to content

Commit

Permalink
Fixed git clone repo URL
Browse files Browse the repository at this point in the history
  • Loading branch information
zaa committed Sep 29, 2014
1 parent 84efd29 commit 9e43ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To make the templates available, you need to clone the repo to your
`~/.rebar/templates` directory:

mkdir -p ~/.rebar/templates
git clone git@github.com:EchoTeam/rebar-templates.git ~/.rebar/templates
git clone git://github.com/EchoTeam/rebar-templates.git ~/.rebar/templates

## Creating Erlang/OTP service layout

Expand Down

0 comments on commit 9e43ec6

Please sign in to comment.