Update README.md

This commit is contained in:
John 2025-06-01 14:32:08 +12:00
parent 0218f2de14
commit b7fc4d901f

View File

@ -18,7 +18,7 @@ curl https://getbin.xyz/install_dropshell_build_requirements | bash
dropshell-build [-r] [-m] DIRECTORY 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 ## Notes