summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2015-10-19 10:13:23 -0400
committerAnish Athalye <me@anishathalye.com>2015-10-19 10:13:23 -0400
commit30dc7d57887ced68fa2109db214c94598449e2da (patch)
tree2157485ad81227edb2025989b81bf34549ce7d71 /README.md
parentbb209bd17fef4b43361573bffcb3a485b5663d73 (diff)
Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 10ad29c..6b7f288 100644
--- a/README.md
+++ b/README.md
@@ -30,8 +30,7 @@ The following will help you get set up using Dotbot in just a few steps.
If you're using Git, you can add Dotbot as a submodule:
```bash
-# replace with the path to your dotfiles
-cd ~/.dotfiles
+cd ~/.dotfiles # replace with the path to your dotfiles
git submodule add https://github.com/anishathalye/dotbot
cp dotbot/tools/git-submodule/install .
touch install.conf.yaml
@@ -40,7 +39,7 @@ touch install.conf.yaml
If you're using Mercurial, you can add Dotbot as a subrepo:
```bash
-# replace with the path to your dotfiles
+cd ~/.dotfiles # replace with the path to your dotfiles
echo "dotbot = [git]https://github.com/anishathalye/dotbot" > .hgsub
hg add .hgsub
git clone https://github.com/anishathalye/dotbot