From 5dbf43edfec8f20c68cd26ce74b9f7f05f02f024 Mon Sep 17 00:00:00 2001 From: Nick Plekhanov Date: Mon, 19 Sep 2016 17:18:06 +0200 Subject: [PATCH] docs: Correct path to the target folder during installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8efe9ca6..903765db 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ So, to recap, the install script will: ## Installation ```sh -$ git clone https://github.com/nicksp/dotfiles.git ~/.dotfiles +$ git clone https://github.com/nicksp/dotfiles.git ~/dotfiles $ cd ~/dotfiles $ chmod +x setup.sh $ ./setup.sh @@ -37,7 +37,7 @@ $ ./setup.sh ## Remotely install using curl -Alternatively, you can install this into `~/.dotfiles` remotely without Git using curl: +Alternatively, you can install this into `~/dotfiles` remotely without Git using curl: ```sh sh -c "`curl -fsSL https://raw.github.com/nicksp/dotfiles/master/remote-setup.sh`"