From c8a73be44c2e8b96063ac62067d50d88fa9ea9a3 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 7 Jan 2023 13:46:47 +0100 Subject: Added section about running the game to README --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 3a94630..bb68061 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,15 @@ After making sure all dependencies are available, run CMake to generate and buil Or use any preferred equivalent method. +# Running +To run the game, once it's built start it from the build directory root: + + $ cd build/ + $ kurator/kurator + +This is to ensure dependencies on resources paths. + + [1] https://github.com/raysan5/raylib [2] https://github.com/nlohmann/json [3] https://aur.archlinux.org/packages/entt -- cgit v1.1