Update instructions with new git remote

Signed-off-by: Victor Timofei <victor@vtimothy.com>
This commit is contained in:
Victor Timofei 2023-06-03 12:51:48 +00:00
parent bf889e5af0
commit 1973f82d87
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
## Clone ## Clone
```sh ```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. See more at [this](https://www.atlassian.com/git/tutorials/dotfiles) Atlassian article.