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 +