From 1e166bbc9a574e8f93ea3d37d8f4bea8ec4f9a2d Mon Sep 17 00:00:00 2001 From: ebbit1q Date: Fri, 8 Aug 2025 16:33:12 +0200 Subject: [PATCH] fix resource installation instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b4fc3db..653d4d13 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ cmake --build . On old versions it's possible that cmake can't find wx-config, to solve this add the tool to the cmake command manually like this: `-DwxWidgets_CONFIG_EXECUTABLE=/usr/bin/wx-config-gtk3` ### Installing resources -Install the resource folder to the .magicseteditor dir: `mkdir -p $HOME/.magicseteditor && cp -r ./resources $HOME/.magicseteditor/resources` +Install the resource folder to the .magicseteditor dir: `mkdir -p $HOME/.magicseteditor && cp -rT ./resource $HOME/.magicseteditor/resource` Templates are installed to `~/.magicseteditor/data`. Fonts are installed to `~/.local/share/fonts`. ## Building on Mac OS