From 152fd37f1b6d337a9f325504f74e84d67dd64ad2 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Sat, 7 Apr 2018 20:22:46 +0000 Subject: [PATCH] Fix quoting in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c65d4cf..8ef5f04 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ Install using: - ```bash - cd $HOME && \ - git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles && \ - .dotfiles/bin/setup.sh - ``` +```bash + cd $HOME && \ + git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles && \ + .dotfiles/bin/setup.sh +``` Installation of the dotfiles is handled automatically from `setup.sh` via [rcm](https://github.com/thoughtbot/rcm#installation).