diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -5,8 +5,7 @@ A Git repository to track my personal GNU/Linux dotfiles. ## Usage -Install these dotfiles to the current user on a new system like this: - +### Installation ```bash cd ~ # switch to home folder git clone --bare https://github.com/xengineering/dotfiles.git # clone the bare repository @@ -15,3 +14,8 @@ Install these dotfiles to the current user on a new system like this: logout # you have to log in again to make the changes take effect ``` +### Update +```bash + dot pull +``` + |