Skip to content

Commit

Permalink
docs: Correct path to the target folder during installation
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksp committed Sep 19, 2016
1 parent f12f931 commit 5dbf43e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -29,15 +29,15 @@ 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
```

## 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`"
Expand Down

0 comments on commit 5dbf43e

Please sign in to comment.