| | Install the following: |
| | |
| | -* [Gradle](https://gradle.org) version 6.7 or greater. |
| | -* [Git](https://git-scm.com) version 2.31.1 or greater. |
| | +* [Gradle](https://gradle.org) version 6.7 or greater |
| | +* [Git](https://git-scm.com) version 2.31.1 or greater |
| | |
| | Ensure both Gradle and Git may be run from the command-line. This may |
| | entail setting the `PATH` environment variable. |
| | |
| | # Build |
| | |
| | -Build the application as follows: |
| | +This section describes how to build the application to produce a runnable |
| | +Java archive (`.jar`) file. |
| | |
| | 1. Open a terminal. |
| | -1. git clone https://github.com/DaveJarvis/kmcaster |
| | -1. cd kmcaster |
| | -1. gradle clean build |
| | +1. Run the following commands: |
| | +``` bash |
| | +git clone https://github.com/DaveJarvis/kmcaster |
| | +cd kmcaster |
| | +gradle clean build |
| | +``` |
| | |
| | The application is built. |