readme: Add note about cloning the repo in WSL

This commit is contained in:
Léo Lam 2021-07-23 00:10:54 +02:00
parent bc5593aa44
commit fc04f184c8
No known key found for this signature in database
GPG Key ID: 0DF30F9081000741
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ sudo apt install python3 ninja-build cmake ccache
### 2. Set up the repository
1. Clone this repository.
1. Clone this repository. If you are using WSL, please clone the repo *inside* WSL, *not* on the Windows side (for performance reasons).
2. Run `git submodule update --init --recursive`
3. Run `tools/setup.py`
* This will set up [Clang 4.0.1](https://releases.llvm.org/download.html#4.0.1) and create a build directory in `build/`.