From 7314799f75facade21a4580ff75fb5e47e57b758 Mon Sep 17 00:00:00 2001 From: AngeD <71961651+AustralEpitech@users.noreply.github.com> Date: Tue, 16 Nov 2021 17:30:20 +0100 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d77ccf0..d9c0b83 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,12 @@ To clone the repo : ``` -git clone --bare git@github.com:AustralEpitech/dotfiles.git ~/.dotfiles -alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' -config checkout # remove conflicted files and re-run the command -config submodule update --init --recursive -config config --local status.showUntrackedFiles no +$ git clone --bare git@github.com:AustralEpitech/.dotfiles.git ~/.dotfiles +$ alias config='git --git-dir=$HOME/.dotfiles --work-tree=$HOME' + +$ config checkout +# remove conflicted files and re-run the command + +$ config submodule update --init --recursive +$ config config status.showUntrackedFiles no ```