Skip to content

Commit

Permalink
Put no halt flag to a run command in your_first_desktop_app guide (#53)
Browse files Browse the repository at this point in the history
Without `--no-halt` run starts and almost immediately closes.
  • Loading branch information
astery authored May 28, 2024
1 parent 402f942 commit b742d8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/your_first_desktop_app.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ end
## 4. Run it

```
$ mix run
$ mix run --no-halt
```

The Desktop app should be visible now!

0 comments on commit b742d8c

Please sign in to comment.