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 ```