Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Corrected order of Windows' mklink parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
augiwan committed Mar 20, 2015
1 parent e6f97d3 commit 96b92c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SYMLINKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ A good choice for this directory is `~/.dotjs` on Linux, you can probably come u
## Windows

```bash
mklink /D "<secure_directory>\scripts" "<scripts_directory>"
mklink /D "<secure_directory>\styles" "<styles_directory>"
mklink /D "<scripts_directory>" "<secure_directory>\scripts"
mklink /D "<styles_directory>" "<secure_directory>\styles"
```

## Linux and OS X
Expand Down

0 comments on commit 96b92c2

Please sign in to comment.