diff --git a/Home.md b/Home.md index 2263783..2d5cd7c 100644 --- a/Home.md +++ b/Home.md @@ -3,7 +3,7 @@ ```bash # Folder `.config` must be empty git clone --bare "https://git.daiko.fr/daiko/dotfiles-barre.git" "$HOME/.config/dotfiles" -/usr/bin/git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME -f checkout +git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME -f checkout ``` ## Save modification ```bash