diff options
author | xengineering <me@xengineering.eu> | 2022-03-19 17:19:16 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-03-19 17:19:16 +0100 |
commit | 01d25f068d586c5d6f732e71eb9f451d82d2e4cf (patch) | |
tree | 00c161555007f35602c83d95c69ceb82cffacd51 /README.md | |
parent | 8982773fa7ee438d842415ba0dcb7aab65c303ee (diff) | |
download | dotfiles-01d25f068d586c5d6f732e71eb9f451d82d2e4cf.tar dotfiles-01d25f068d586c5d6f732e71eb9f451d82d2e4cf.tar.zst dotfiles-01d25f068d586c5d6f732e71eb9f451d82d2e4cf.zip |
Fix inconsistent tabs / spaces in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,15 +7,15 @@ A Git repository to track my personal GNU/Linux dotfiles. ### Installation ```bash - cd ~ # switch to home folder - git clone --bare https://cgit.xengineering.eu/dotfiles # clone the bare repository - git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME checkout # checkout dotfiles to your home - # (append '-f' to overwrite local ones) + cd ~ # switch to home folder + git clone --bare https://cgit.xengineering.eu/dotfiles # clone the bare repository + git --git-dir=$HOME/dotfiles.git/ --work-tree=$HOME checkout # checkout dotfiles to your home + # (append '-f' to overwrite local ones) source ~/.bashrc # enable configuration for current shell ``` ### Update ```bash - dotfiles pull + dotfiles pull ``` |