Skip to content

Commit

Permalink
minor fixes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexflint committed Oct 31, 2016
1 parent 1da433c commit a1a2dcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,13 +236,13 @@ desktop UI applications in Go.

### Common pitfalls

- When you run an app bundle with `open app.bundle`, OSX launch services
- When you run an app bundle with `open Foo.app`, OSX launch services
discards standard output and standard error. If you need to see
this output for debugging purposes, use a redirect:
```
gallium.RedirectStdoutStderr("output.log")
```
- When you run an app bundle with `open app.bundle`, OSX launch services
- When you run an app bundle with `open Foo.app`, OSX launch services
will only start your app if there is not already another instance
of the same application running, so if your app refuses to start then
try checking the activity monitor for an already running instance.
Expand Down

0 comments on commit a1a2dcb

Please sign in to comment.