From ab6a82675ae84b14409c62dd6284a4ce12ac1f43 Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Wed, 12 May 2021 10:06:08 +0200 Subject: [PATCH] add mac here lol [skip ci] --- docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building.md b/docs/building.md index e0a713f..ea1e885 100644 --- a/docs/building.md +++ b/docs/building.md @@ -63,6 +63,6 @@ Since you already installed `git` in a previous step, we'll use it to clone the ## Building Finally, we are ready to build. -- Run `lime build `, replacing `` with the platform you want to build to (`windows`, `linux`, `html5`) (i.e. `lime build windows`) +- Run `lime build `, replacing `` with the platform you want to build to (`windows`, `mac`, `linux`, `html5`) (i.e. `lime build windows`) - The build will be in `Kade-Engine/export//bin`, with `` being the target you built to in the previous step. (i.e. `Kade-Engine/export/windows/bin`) - Only the `bin` folder is necessary to run the game. The other ones in `export/` are not.