readme update

This commit is contained in:
Antoni Sawicki 2020-04-26 00:17:18 -07:00
parent 15ebf497b8
commit 81b47eb59c
1 changed files with 2 additions and 2 deletions

View File

@ -51,10 +51,10 @@ docker run -d -p 8080:8080 gcr.io/tenox7/wrp:latest
### I can't get it to open
This program does not have a GUI and is run from the command line. You may need to enable executable bit, for example on Mac:
This program does not have a GUI and is run from the command line. You may need to enable executable bit on Unix systems, for example:
```bash
$ cd ~/your-download-directory
$ cd ~/Downloads
$ chmod +x wrp-amd64-macos
$ ./wrp-amd64-macos -t png
```