diff --git a/README.md b/README.md index b57a170..415d037 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ I packaged the above lines into a snippet up. So that you can set things up with `curl -Lks https://ls.shron.de/dotconf | /bin/bash` -After you've executed the setup any file within the $HOME folder can be versioned with normal commands, replacing git with your newly created config alias, like: +After you've executed the setup, any file within the $HOME folder can be versioned with normal commands, replacing git with your newly created config alias, like: ``` config remote add dotconfs url.to.remote.repo @@ -45,4 +45,8 @@ config commit -m "Add bashrc" config push ``` -Install your dotfiles onto a new system (or migrate to this setup) \ No newline at end of file +## Install your dotfiles onto a new system (or migrate to this setup) + +``` +config pull +``` \ No newline at end of file