From 73317be9c9381ade552ac2059af7fbc5df722b45 Mon Sep 17 00:00:00 2001 From: HumanoidSandvichDispenser Date: Sun, 8 Feb 2026 20:07:07 -0800 Subject: [PATCH] Add missing step --- as1/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/as1/README.md b/as1/README.md index 6b61ab8..4119cf1 100644 --- a/as1/README.md +++ b/as1/README.md @@ -15,6 +15,7 @@ generate the build files: ```sh cd as1 mkdir -p build +cd build cmake .. ```