From fc04f184c8d583e915cc4131e974e7f85df0377f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Fri, 23 Jul 2021 00:10:54 +0200 Subject: [PATCH] readme: Add note about cloning the repo in WSL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b5ccbfd..715bebb7 100644 --- a/README.md +++ b/README.md @@ -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/`.