From 6239680f0bef670cd3ae8c58aa6a3bfd4226d18a Mon Sep 17 00:00:00 2001 From: AngeD Date: Mon, 26 Jun 2023 18:20:05 +0200 Subject: [PATCH] fix: repo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cc6d64..878dd58 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ To clone the repo : ```console pacman -Syu --needed zsh sway firefox alacritty neovim -git clone --bare https://github.com/AustralEpitech/.dotfiles.git ~/.dotfiles +git clone --bare https://git.maby.dev/ange/.dotfiles.git ~/.dotfiles alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' config checkout # remove conflicted files and re-run the command