Update README to add a note about enabling symlinks on windows
This commit is contained in:
parent
a08e055cd8
commit
571855dd29
13
README.md
13
README.md
@ -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:
|
||||
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user