diff --git a/README.md b/README.md index 52e5a38..fcf125f 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Linux is the supported host platform to build for Android. **Gradle**, Setup: ```text gn gen out/release -gn gen --args='is_debug=true' out/debug +gn gen --args="is_debug=true" out/debug ``` Building and running: ```text