1
0

Update README to add a note about enabling symlinks on windows

This commit is contained in:
Jesse Vincent 2020-05-18 11:28:29 -07:00
parent a08e055cd8
commit 571855dd29

View File

@ -1,7 +1,18 @@
# Arduino Core for the Keyboardio Model 01
# Arduino Core for Kaleidoscope keyboards
When checking this repository out on windows, you need to enable symlinks. To do that, you would use the git configuration option 'core.symlinks=true'
You might use the following commandline
```
% git clone -c core.symlinks=true --recursive https://github.com/keyboardio/Kaleidoscope-Bundle-Keyboardio.git keyboardio
```
This repository contains a number of git submodules.
As an end-user, you can recursively check out all the referenced modules:
```