summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2022-03-19 17:19:16 +0100
committerxengineering <me@xengineering.eu>2022-03-19 17:19:16 +0100
commit2e7f786bdd8c1802c0bb8ad3a48b454293aa4c86 (patch)
tree00c161555007f35602c83d95c69ceb82cffacd51
parent67210b629d1ce94715f8b42883bc65c5e09a9c2f (diff)
downloaddotfiles-2e7f786bdd8c1802c0bb8ad3a48b454293aa4c86.tar
dotfiles-2e7f786bdd8c1802c0bb8ad3a48b454293aa4c86.tar.zst
dotfiles-2e7f786bdd8c1802c0bb8ad3a48b454293aa4c86.zip
Fix inconsistent tabs / spaces in README
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
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
```