Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Update instructions for Mac/other OS

AuthorDaveJarvis <email>
Date2022-12-03 09:35:41 GMT-0800
Commit6fa925d27bbec807fc4419454aa81941524f889f
Parent3fa59f8
README.md
1. Download the *Full version* of the Java Runtime Environment, [JRE 19](https://bell-sw.com/pages/downloads).
-1. Install the JRE.
-1. Open a terminal window.
+1. Install the JRE (include JRE's `bin` directory in the `PATH` environment variable).
+1. Open a new terminal.
1. Verify the installation: `java -version`
+1. Download [keenwrite.jar](https://github.com/DaveJarvis/keenwrite/releases/latest/download/keenwrite.jar).
1. Download [keenwrite.sh](https://raw.githubusercontent.com/DaveJarvis/keenwrite/master/keenwrite.sh).
-1. Make `keenwrite.sh` executable.
+1. Place the `.jar` and `.sh` in the same directory.
+1. Make `keenwrite.sh` executable: `chmod +x keenwrite.sh`
1. Run: `./keenwrite.sh`
Delta5 lines added, 3 lines removed, 2-line increase