From 30dc7d57887ced68fa2109db214c94598449e2da Mon Sep 17 00:00:00 2001 From: Anish Athalye Date: Mon, 19 Oct 2015 10:13:23 -0400 Subject: Fix typo --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3