From 1dad525e12c71cde90f709b1ea499f78d8cd9845 Mon Sep 17 00:00:00 2001 From: rolandchee <40139404+rolandchee@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:16:41 +0800 Subject: [PATCH] Update README.md 1. Adds (zero) to be more precise, because '0' looks like a capital 'O'. 2. Changed "Release" to "Pre-Release" because this is not production-ready. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 169404e..cf78501 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ people who are possibly in search of a similar solution. * 'o' opens a FileDialog to choose the PDF file. * '=' to zoom in. * '-' to zoom out. - * '0' to reset zoom. + * '0' (zero) to reset zoom. * ' ' (space) to cycle forward through the pages. * 't' to rotate 90 degrees clockwise each time. * 'd' to toggle between color and grayscale. @@ -56,6 +56,7 @@ people who are possibly in search of a similar solution. 1. Compiler, tools, and libraries: Vala, GTK4, Poppler, pkg-config. 2. Code: `ramanpdf.vala`, `ramanpdf.icns`, `Info.plist`, `makefile`. 3. Optional: `svg2icns.sh` and `ramanpdf.svg`. + Not uploaded to github here. ## Mac App Bundling * The makefile makes the app (`ramanpdf`) and packages it into @@ -135,7 +136,7 @@ people who are possibly in search of a similar solution. 2. The 'ramanpdf.app' can be removed from the Applications folder the usual way if you do not want it anymore -- just delete it. -## Release +## Pre-Release I have uploaded my build of `ramanpdf` and `ramanpdf.app`. But your OSX *might* say it comes from another computer and refuse to run it for security reasons.