From 5f9c409aae159df6bdb13a097ceede134fc9a8ad Mon Sep 17 00:00:00 2001 From: Hexagon12 Date: Sat, 19 Oct 2019 19:04:17 +0300 Subject: [PATCH] Canary -> Mainline --- Building-for-Linux.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index cee3b90..29935d1 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -32,18 +32,18 @@ Note: Depending on your distro, the version of CMake you get may not be what's r ### Cloning yuzu with Git -**Nightly (master):** +**Master:** ```bash git clone --recursive https://github.com/yuzu-emu/yuzu cd yuzu ``` -**Canary:** +**Mainline (no assert):** ```bash -git clone --recursive https://github.com/yuzu-emu/yuzu-canary -cd yuzu-canary +git clone --recursive https://github.com/yuzu-emu/yuzu-mainline +cd yuzu-mainline ``` The `--recursive` option automatically clones the required Git submodules too.