Dave Jarvis' Repositories

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

Simplify documentation

AuthorDaveJarvis <email>
Date2020-12-20 13:45:50 GMT-0800
Commitea61854ecdc35655180dd41d12757366ec27c9fa
Parentc085b6f
Delta8 lines added, 3 lines removed, 5-line increase
README.md
### Windows
-On Windows, double-click the application to start. You will have to give the application permission to run.
+Double-click the application to start. You will have to give the application permission to run.
When upgrading to a new version, delete the following directory:
C:\Users\%USERNAME%\AppData\Local\warp\packages\keenwrite.exe
### Linux
-On Linux, run `chmod +x keenwrite.bin` then `./keenwrite.bin`.
+Execute the following commands in a terminal:
+
+``` bash
+chmod +x keenwrite.bin
+./keenwrite.bin
+```
### Other
-On other platforms, download and install a full version of [OpenJDK 14](https://bell-sw.com/pages/downloads/?version=java-14#mn) that includes JavaFX module support, then run:
+Download and install a full version of [OpenJDK 14](https://bell-sw.com/pages/downloads/?version=java-14#mn) that includes JavaFX module support, then run:
``` bash