From 71a2c46a097ff572c98fc6044a737b6f439b6b40 Mon Sep 17 00:00:00 2001 From: GithubAnon0000 <160563432+GithubAnon0000@users.noreply.github.com> Date: Mon, 13 Oct 2025 14:17:57 +0200 Subject: [PATCH] CHORE: ninja fix && format --- docs/development.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/development.md b/docs/development.md index e9c9b727e..738376474 100644 --- a/docs/development.md +++ b/docs/development.md @@ -199,11 +199,12 @@ If ANKI_PROFILE_CODE is set, Python profiling data will be written on exit. The steps to build the launcher vary slightly depending on your operating system. First, you have to navigate to the appropriate folder: -| Operating System | Path | -|---|---| -| Linux | ./qt/launcher/lin/ | -| MacOS | ./qt/launcher/mac/ | -| Windows | .\qt\launcher\win\ | + +| Operating System | Path | +| ---------------- | ------------------ | +| Linux | ./qt/launcher/lin/ | +| MacOS | ./qt/launcher/mac/ | +| Windows | .\qt\launcher\win\ | Next, run the `build.sh` script (on Linux and MacOS) or the `build.bat` script (on Windows).