diff --git a/docs/development.md b/docs/development.md index 738376474..588a695e9 100644 --- a/docs/development.md +++ b/docs/development.md @@ -223,7 +223,7 @@ are installed. See [Building from source](#building-from-source) for more info. ## Running -After building, the launcher executable can found under `out/launcher` (located +Once the launcher is built, you can find the executable under `out/launcher` (located in the project root). In that folder, you will find a `launcher.amd64` and a `launcher.arm64` binary file. Select the one matching your architecture and run it to test your changes.