From 14c3366d258d07bb5710d91784d577ccad4f8da7 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Sat, 14 Feb 2026 21:59:14 -0300 Subject: [PATCH] chore: Update build commands to indicate optional building Clarify that building is optional and requires explicit request. --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 08a09ab39..bee9a607a 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -10,6 +10,8 @@ AzerothCore is an open-source MMORPG server emulator for World of Warcraft patch ### Configure and build (out-of-source build required) +- Skip building unless explicitly requested. + ```bash # Create build directory and configure mkdir -p build && cd build