diff options
author | xengineering <me@xengineering.eu> | 2021-08-26 08:42:02 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2021-08-26 08:42:02 +0200 |
commit | a9285a04d0c3044562fe9d2471602509958cb5d2 (patch) | |
tree | 3782ead7acbb8ddacbdb0bc29ae4c9bf7340d4a2 /README.md | |
parent | 2df39e08cdb346bb3a258df294de378f6b5c708f (diff) | |
download | dotfiles-a9285a04d0c3044562fe9d2471602509958cb5d2.tar dotfiles-a9285a04d0c3044562fe9d2471602509958cb5d2.tar.zst dotfiles-a9285a04d0c3044562fe9d2471602509958cb5d2.zip |
Update URL to Gitea
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ A Git repository to track my personal GNU/Linux dotfiles. ### Installation ```bash cd ~ # switch to home folder - git clone --bare https://github.com/xengineering/dotfiles.git # clone the bare repository + git clone --bare https://gitea.xengineering.eu/xengineering/dotfiles.git # clone the bare repository git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME checkout # checkout dotfiles to your home # (append '-f' to overwrite local ones) logout # you have to log in again to make the changes take effect |