From 5d2fd7aafb27739a3fa3683d3c067f05a9a32de8 Mon Sep 17 00:00:00 2001 From: Soham Datta <78294692+sohamdata@users.noreply.github.com> Date: Sat, 6 May 2023 02:13:40 +0530 Subject: [PATCH] [Symbolic Link Issues] Added instructions for setup on windows (#8574) Co-authored-by: Hariom Balhara Co-authored-by: Keith Williams Co-authored-by: Peer Richelsen Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com> --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7564e700e7..6ded34330f 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,9 @@ Here is what you need to be able to run Cal.com. ```sh git clone https://github.com/calcom/cal.com.git ``` + > If you are on windows, run the following command on `gitbash` with admin privileges:
+ ```git clone -c core.symlinks=true https://github.com/calcom/cal.com.git```
+ See [docs](https://cal.com/docs/how-to-guides/how-to-troubleshoot-symbolic-link-issues-on-windows#enable-symbolic-links) for more details. 1. Go to the project folder