From a72591025edf11f3c5422a31c0ab81a8b1b2e51c Mon Sep 17 00:00:00 2001 From: Rudxain <76864299+Rudxain@users.noreply.github.com> Date: Sat, 15 Nov 2025 14:41:50 -0400 Subject: [PATCH] mention PATH env-var --- app/wiki/downloading/page.mdx | 4 +++- app/wiki/glossary/page.mdx | 10 +++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app/wiki/downloading/page.mdx b/app/wiki/downloading/page.mdx index b145939..1cc121a 100644 --- a/app/wiki/downloading/page.mdx +++ b/app/wiki/downloading/page.mdx @@ -132,11 +132,13 @@ This will run Kristal as well, but it is less convenient. If you're doing project development, a useful resource is **the output console**. To open it, use `lovec.exe` rather than `love.exe`. +You can also append the directory where `love` is in to the `PATH` [environment variable](/wiki/glossary#environment-variable). + --- ### Running Kristal's sources on other platforms -On other platforms, you can easily just run `love path/to/kristal` in a terminal once it's installed. +On other platforms, you can easily just run `love path/to/kristal` in a terminal once it's installed. This is typically the case if you installed it using a package manager. diff --git a/app/wiki/glossary/page.mdx b/app/wiki/glossary/page.mdx index d7b212d..185f876 100644 --- a/app/wiki/glossary/page.mdx +++ b/app/wiki/glossary/page.mdx @@ -33,6 +33,14 @@ In the cases it DOES matter, you most likely know the difference anyways. \ No newline at end of file +