Fix quoting in README
This commit is contained in:
parent
712b11e620
commit
152fd37f1b
1 changed files with 5 additions and 5 deletions
10
README.md
10
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).
|
||||
|
|
Loading…
Add table
Reference in a new issue