Fix quoting in README

This commit is contained in:
Fernando Schauenburg 2018-04-07 20:22:46 +00:00
parent 712b11e620
commit 152fd37f1b

View file

@ -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).