diff --git a/README.md b/README.md index 09620f1..dd8b5fc 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ I use a very simple way to manage my dotfiles with git and some bash aliases. All you have to create a folder for your git repository in your home folder and initiate a bare git repository ```bash mkdir "$HOME/.dotf" -git init --bare $HOME/.dotf" +git init --bare "$HOME/.dotf" ``` Then create an alias so you don't have to write a long command each time you want to add a file or configure your git repository, don't forget to add that alias to $HOME/.alias