From b7fc4d901fd8cb1be873082c3a63d095d13a482a Mon Sep 17 00:00:00 2001 From: John Date: Sun, 1 Jun 2025 14:32:08 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c074b1..c19f84a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ curl https://getbin.xyz/install_dropshell_build_requirements | bash dropshell-build [-r] [-m] DIRECTORY ``` -where `DIRECTORY` is the path to your `CMakeLists.txt`, `-r` specifies release version (rather than debug), and `-m` builds for multiple architectures (rather than just the host arch). +where `DIRECTORY` contains your `CMakeLists.txt`, `-r` specifies release version (rather than debug), and `-m` builds for multiple architectures (rather than just the host arch). ## Notes