From 133021b91eec0de4f21c6720aa961418c2fbe548 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Tue, 8 Oct 2024 08:19:47 +0300 Subject: [PATCH] hookup -> hooks, the ones you source --- docs/getting_and_compiling.txt | 2 +- hookup => hooks | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename hookup => hooks (100%) diff --git a/docs/getting_and_compiling.txt b/docs/getting_and_compiling.txt index 21475e8..d55a6ea 100644 --- a/docs/getting_and_compiling.txt +++ b/docs/getting_and_compiling.txt @@ -1,6 +1,6 @@ firstly, make sure to pull git-lfs references with: :git lfs fetch origin main: install cmake and sdl2-dev packages in manner suitable to your distribution -add /tools/ directory to your $PATH, for example, with :source hookup: +add /tools/ directory to your $PATH, for example, with :source hooks: navigate to one of /apps/ folders for demos run `twn build` to build runnable apps should have the same name as app folder it is in diff --git a/hookup b/hooks similarity index 100% rename from hookup rename to hooks