From 5288694563f84e269802df14733ae8c7a7fc6901 Mon Sep 17 00:00:00 2001 From: tawnylure <144767848+tawnylure@users.noreply.github.com> Date: Wed, 13 Sep 2023 23:29:34 +0000 Subject: [PATCH] include note to copy resources in build steps (#223) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index abbaedfd..33fd59f8 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ the result of fundamental issues with Discord's thread implementation. 3. `mkdir build && cd build` 4. `cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo ..` 5. `ninja` +6. [Copy resources](#resources) #### Mac: @@ -72,6 +73,8 @@ the result of fundamental issues with Discord's thread implementation. 3. `mkdir build && cd build` 4. `cmake ..` 5. `make` +6. [Copy resources](#resources) + #### Linux: @@ -94,6 +97,7 @@ the result of fundamental issues with Discord's thread implementation. 3. `mkdir build && cd build` 4. `cmake ..` 5. `make` +6. [Copy resources](#resources) ### Downloads: