Canary -> Mainline
parent
e4d895eaa9
commit
5f9c409aae
|
@ -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
|
### Cloning yuzu with Git
|
||||||
|
|
||||||
**Nightly (master):**
|
**Master:**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive https://github.com/yuzu-emu/yuzu
|
git clone --recursive https://github.com/yuzu-emu/yuzu
|
||||||
cd yuzu
|
cd yuzu
|
||||||
```
|
```
|
||||||
|
|
||||||
**Canary:**
|
**Mainline (no assert):**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive https://github.com/yuzu-emu/yuzu-canary
|
git clone --recursive https://github.com/yuzu-emu/yuzu-mainline
|
||||||
cd yuzu-canary
|
cd yuzu-mainline
|
||||||
```
|
```
|
||||||
|
|
||||||
The `--recursive` option automatically clones the required Git submodules too.
|
The `--recursive` option automatically clones the required Git submodules too.
|
||||||
|
|
Loading…
Reference in New Issue