From c539b4309a447a5e5734a7bdd9ee3f299361629d Mon Sep 17 00:00:00 2001 From: Mat M Date: Thu, 18 Jan 2018 12:15:51 -0500 Subject: [PATCH] in -> with --- Building-for-Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 5dada7a..c054375 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -30,7 +30,7 @@ Note: Depending on your distro, the version of CMake you get may not be what's r - Debian: `apt-get install clang libc++-dev` (in some distros, clang-3.8). - Gentoo: `emerge sys-devel/clang sys-libs/libcxx` -### Cloning yuzu in Git +### Cloning yuzu with Git ```bash git clone --recursive https://github.com/yuzu-emu/yuzu