[Symbolic Link Issues] Added instructions for setup on windows (#8574)
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com> Co-authored-by: Keith Williams <keithwillcode@gmail.com> Co-authored-by: Peer Richelsen <peeroke@gmail.com> Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>pull/8470/head^2
parent
b9ade55ac1
commit
5d2fd7aafb
|
@ -121,6 +121,9 @@ Here is what you need to be able to run Cal.com.
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/calcom/cal.com.git
|
git clone https://github.com/calcom/cal.com.git
|
||||||
```
|
```
|
||||||
|
> If you are on windows, run the following command on `gitbash` with admin privileges: <br>
|
||||||
|
```git clone -c core.symlinks=true https://github.com/calcom/cal.com.git``` <br>
|
||||||
|
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
|
1. Go to the project folder
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue