Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/wiki/downloading/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.


</Box>
Expand Down
10 changes: 9 additions & 1 deletion app/wiki/glossary/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ In the cases it DOES matter, you most likely know the difference anyways.</small

---

### Environment variable

AKA "`env` vars", are variables whose values can be read from anywhere.

[See](https://en.wikipedia.org/wiki/Environment_variable)

---

### Repository

Most of the time, we're referring to a "Git repository", which is a way for developers to manage and share their code.
Expand Down Expand Up @@ -86,4 +94,4 @@ Most people call it the "Kristal Wiki" as that's its most prominent page, but it

Kristal is built on top of [LÖVE](https://love2d.org/), a framework for making 2D games in Lua.

</Box>
</Box>