From ae14aade11f2ffed2af4ad6173db5a5726892e5f Mon Sep 17 00:00:00 2001 From: Tyler Hardin Date: Thu, 23 Jan 2025 08:16:50 -0500 Subject: [PATCH] fixup README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 429add0..595e0d3 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Some examples are included in the [examples](./examples) directory to to kicksta COSMIC adventure. To run them, you need to clone the repository with the following commands: ```sh -git clone https://github.com/pop-os/libcosmic +git clone --recurse-submodules https://github.com/pop-os/libcosmic cd libcosmic ```