From 5f575cd5ff3575591d313c2721324300c3079f5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Mon, 29 Mar 2021 16:56:53 +0200 Subject: [PATCH] readme: Mention that ~ shouldn't be used in build command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fa2ad74..c54889b5 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Using Linux (or WSL) is recommended but not required. The rest of this guide ass 1. After cloning this repository, run: `git submodule update --init --recursive` 2. `env UKING_CLANG=$1 DEVKITA64=$2 cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_TOOLCHAIN_FILE=../ToolchainNX64.cmake -B build` - * Replace `$1` with the path to the extracted Clang archive, such that `$1/bin/clang` exists. + * Replace `$1` with the path to the extracted Clang archive, such that `$1/bin/clang` exists. This should be an absolute path; use `/home/` instead of `~`. * Replace `$2` with the path to devkitA64. On Linux, this is typically `/opt/devkitpro/devkitA64`. 3. `ninja -C build` to start the build