From 81b47eb59ce38851f9db58768ac2f79e534d79f2 Mon Sep 17 00:00:00 2001 From: Antoni Sawicki Date: Sun, 26 Apr 2020 00:17:18 -0700 Subject: [PATCH] readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4a792d6..4aaafde 100644 --- a/README.md +++ b/README.md @@ -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 ```