Skip to content

Commit

Permalink
fix manual (denoland/deno#3313)
Browse files Browse the repository at this point in the history
PS C:\Users\zhbnh> git config --global core.symlinks=true
error: invalid key: core.symlinks=true
  • Loading branch information
zhmushan authored and caspervonb committed Jan 31, 2021
1 parent d418ad5 commit 9cdb39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ in the repository. First
`core.symlinks=true` before the checkout is started.

```bash
git config --global core.symlinks=true
git config --global core.symlinks true
git clone --recurse-submodules https://github.com/denoland/deno.git
```

Expand Down

0 comments on commit 9cdb39e

Please sign in to comment.