From b3baab6d1479abbfd2e534fe05f5e146c2d5b1a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=A8=E6=9D=89?= Date: Sun, 10 Nov 2019 22:59:17 +0800 Subject: fix manual (#3313) PS C:\Users\zhbnh> git config --global core.symlinks=true error: invalid key: core.symlinks=true --- std/manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'std') 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 ``` -- cgit v1.2.3