From df38e0a279201b4915a99f220510ce947af4bba8 Mon Sep 17 00:00:00 2001 From: Puyo <15311104+daniel11420@users.noreply.github.com> Date: Tue, 11 May 2021 20:05:07 +0200 Subject: [PATCH] Update and rename BUILDING.md to docs/building.md --- BUILDING.md => docs/building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename BUILDING.md => docs/building.md (97%) diff --git a/BUILDING.md b/docs/building.md similarity index 97% rename from BUILDING.md rename to docs/building.md index f93f14e..0d60541 100644 --- a/BUILDING.md +++ b/docs/building.md @@ -58,4 +58,4 @@ 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`) - 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. +- Only the `bin` folder is necessary to run the game. The other ones in `export/` are not.