summaryrefslogtreecommitdiffstats
path: root/readme.md
diff options
context:
space:
mode:
authorPeter2022-04-25 23:05:40 +0100
committerPeter2022-04-25 23:05:40 +0100
commitb8ea50b626c12b73a98f7829b3d73e5319d12b45 (patch)
tree80dfe2981dc5c4ddecada93c8d1eb7cdf74201cd /readme.md
parente90458160a7a7b20544427fcdb0789db88853b42 (diff)
downloaddotfiles-b8ea50b626c12b73a98f7829b3d73e5319d12b45.tar.gz
dotfiles-b8ea50b626c12b73a98f7829b3d73e5319d12b45.tar.bz2
dotfiles-b8ea50b626c12b73a98f7829b3d73e5319d12b45.zip
Use github as source
Diffstat (limited to 'readme.md')
-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 .
```