Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ script that runs the orca AppImage executable using the `xvfb-run` command.

```
#!/bin/bash
xvfb-run -a /path/to/orca-X.Y.Z-x86_64.AppImage "$@"
xvfb-run -d /path/to/orca-X.Y.Z-x86_64.AppImage "$@"
```

Name this shell script `orca` and place it somewhere on your system `PATH`.
Expand Down