From 1973f82d876a3651dc3026b08a205d8e816d1308 Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Sat, 3 Jun 2023 12:51:48 +0000 Subject: [PATCH] Update instructions with new git remote Signed-off-by: Victor Timofei --- .README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.README.md b/.README.md index cad3aa9..2413d7a 100644 --- a/.README.md +++ b/.README.md @@ -2,7 +2,7 @@ ## Clone ```sh -git clone --bare https://github.com/victor-timofei/dotfiles $HOME/.mydotfiles +git clone --bare https://git.vtimothy.com/vtimofei/dotfiles.git $HOME/.mydotfiles ``` See more at [this](https://www.atlassian.com/git/tutorials/dotfiles) Atlassian article.