From 0d5ad2bc011998f3681b1c7e20437194599816b3 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Mon, 7 Oct 2024 19:48:54 +0300 Subject: [PATCH] they're no longer scripts --- docs/getting_and_compiling.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_and_compiling.txt b/docs/getting_and_compiling.txt index faeca65..4ca93cf 100644 --- a/docs/getting_and_compiling.txt +++ b/docs/getting_and_compiling.txt @@ -3,7 +3,7 @@ install cmake and sdl2-dev packages in manner suitable to your distribution add /tools/ directory to your $PATH, for example, with: PATH=$PATH:$(realpath ./tools/) navigate to one of /apps/ folders for demos run `twn build` to build -runnable script should have the same name as app folder it is in +runnable apps should have the same name as app folder it is in with windows it's assumed you have bash and gnu software you might also want to install python3, but it's not a hard requirement