diff --git a/README.md b/README.md index ac82ef9..d2f1063 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ Create your project template with: ```sh -git clone git@github.com:madmaniak/pro -o pro-template +git clone git@git.maniak.pro:madmaniak/pro -o pro-template # create an empty repo on github or somewhere else and: -git remote add origin git@github.com:/.git +git remote add origin git@git.maniak.pro:/.git git push -u origin master ```