Dave Jarvis' Repositories

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

Update build instructions formatting

Author Dave Jarvis <email>
Date 2021-03-27 10:50:32 GMT-0700
Commit e25560ac954ec953698e70e32d9c45f673b45f74
Parent e869504
Delta 10 lines added, 6 lines removed, 4-line increase
BUILD.md
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.