From 7a2ceaad7c01a3f055ff629646f0276525981761 Mon Sep 17 00:00:00 2001 From: madmaniak Date: Mon, 27 May 2019 12:42:33 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```