From 00ba04cb29f328ee5865364c043bf06e50bb4a1b Mon Sep 17 00:00:00 2001 From: Julien Huang Date: Thu, 23 May 2024 23:51:45 +0200 Subject: [PATCH] docs: add windows git clone symlink tip (#27332) --- docs/5.community/4.contribution.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/5.community/4.contribution.md b/docs/5.community/4.contribution.md index 3702d845a8..a601e4a51d 100644 --- a/docs/5.community/4.contribution.md +++ b/docs/5.community/4.contribution.md @@ -32,6 +32,10 @@ We'll do our best to follow our [internal issue decision making flowchart](https ### Send a Pull Request +::Tip +On windows, you need to clone the repository with `git clone -c core.symlinks=true https://github.com/nuxt/nuxt.git` to make symlinks work. +:: + We always welcome pull requests! ❤️ #### Before You Start