summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 2504fd4..35f4b1f 100644
--- a/readme.md
+++ b/readme.md
@@ -29,6 +29,6 @@ These configuration files are all managed using a bare git repository, [as outli
## Deploying
```
-git clone https://git.minskio.co.uk/cgit.cgi/dotfiles/ && cd dotfiles
+git clone https://github.com/breadcat/dotfiles.git && cd dotfiles
shopt -s dotglob && for i in *; do rsync -a "$i" "$HOME" --remove-source-files; done && rm -r .
```