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: Install using:
```bash ```bash
cd $HOME && \ cd $HOME && \
git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles && \ git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles && \
.dotfiles/bin/setup.sh .dotfiles/bin/setup.sh
``` ```
Installation of the dotfiles is handled automatically from `setup.sh` via Installation of the dotfiles is handled automatically from `setup.sh` via
[rcm](https://github.com/thoughtbot/rcm#installation). [rcm](https://github.com/thoughtbot/rcm#installation).