summaryrefslogtreecommitdiff
path: root/std
diff options
context:
space:
mode:
Diffstat (limited to 'std')
-rw-r--r--std/manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/manual.md b/std/manual.md
index 0a0771f24..a5083d577 100644
--- a/std/manual.md
+++ b/std/manual.md
@@ -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
```