From 0efc3821a250e3aba4f5df5a06918eae882f1d2b Mon Sep 17 00:00:00 2001 From: Zach Bloomquist Date: Sun, 8 May 2022 16:10:22 -0400 Subject: [PATCH] Update README.md Co-authored-by: liushuyu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0d61592..e76163e8 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Steps to run: 1. Run `git submodule init && git submodule update`. 2. Install dependencies by running `yarn`. 3. Set the `GITHUB_WIKI_URL` and `TENANT` enivironment variables: - ``` + ```bash export GITHUB_WIKI_URL=https://github.com/yuzu-emu/yuzu.wiki.git export TENANT=yuzu ```