From 89b66cf8fc1d5d925f177c63fae481c3eea37ddb Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 9 Dec 2021 07:38:19 +0100 Subject: Update URL to cgit and avoid new Shell Login --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0d79f09..4216551 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ A Git repository to track my personal GNU/Linux dotfiles. ### Installation ```bash cd ~ # switch to home folder - git clone --bare https://gitea.xengineering.eu/xengineering/dotfiles.git # clone the bare repository + git clone --bare https://cgit.xengineering.eu/dotfiles # 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 + source ~/.bashrc # enable configuration for current shell ``` ### Update -- cgit v1.2.3-70-g09d2