| | ### 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 |