From 01d25f068d586c5d6f732e71eb9f451d82d2e4cf Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 19 Mar 2022 17:19:16 +0100 Subject: Fix inconsistent tabs / spaces in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4216551..9b71307 100644 --- a/README.md +++ b/README.md @@ -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 ``` -- cgit v1.2.3-70-g09d2