Skip to content

Commit

Permalink
Update README on running multiple instances (tonsky#49)
Browse files Browse the repository at this point in the history
`open`'s `-a` option allows for running the app from any directory.
  • Loading branch information
ericboehs authored and tonsky committed May 13, 2016
1 parent 6eaa37b commit d428ba4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,9 @@ Alfred:
You can run several instances of AnyBar as long as they listen on different ports. Use the `ANYBAR_PORT` environment variable to change the port and `open -n` to run several instances:

```sh
ANYBAR_PORT=1738 open -n ./AnyBar.app
ANYBAR_PORT=1739 open -n ./AnyBar.app
ANYBAR_PORT=1740 open -n ./AnyBar.app
ANYBAR_PORT=1738 open -na AnyBar
ANYBAR_PORT=1739 open -na AnyBar
ANYBAR_PORT=1740 open -na AnyBar
```

## Custom images
Expand Down

0 comments on commit d428ba4

Please sign in to comment.