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:
|
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).
|
||||||
|
|
Loading…
Add table
Reference in a new issue