Skip to content

Commit

Permalink
Merge pull request #3 from marfeyh/bug/git_url
Browse files Browse the repository at this point in the history
Fix URL to clone git repo
  • Loading branch information
gliush committed Sep 15, 2014
2 parents 74578b9 + ce9609e commit 19df2f3
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 19df2f3

Please sign in to comment.