From 757d731d8d7993e9a8ed2cefd2cf32e8bf4c056e Mon Sep 17 00:00:00 2001 From: Florestan Bredow Date: Wed, 17 Aug 2022 16:43:27 +0000 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'Home'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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