From e55ae1f4ad285f339238cd42c5407c66e32e30d5 Mon Sep 17 00:00:00 2001 From: Hexagon12 Date: Wed, 20 Feb 2019 19:15:55 +0200 Subject: [PATCH] Updated Building for Linux (markdown) --- Building-for-Linux.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Building-for-Linux.md b/Building-for-Linux.md index 4547761..cee3b90 100644 --- a/Building-for-Linux.md +++ b/Building-for-Linux.md @@ -32,11 +32,20 @@ Note: Depending on your distro, the version of CMake you get may not be what's r ### Cloning yuzu with Git +**Nightly (master):** + ```bash git clone --recursive https://github.com/yuzu-emu/yuzu cd yuzu ``` +**Canary:** + +```bash +git clone --recursive https://github.com/yuzu-emu/yuzu-canary +cd yuzu-canary +``` + The `--recursive` option automatically clones the required Git submodules too. ### Building yuzu in Debug Mode (Slow)