Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyndon Figuerres committed Jun 3, 2023
1 parent f217703 commit dea6a17
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,18 @@ can do the following using this API

## Building the Application

Gradle is required in order to build and run this project.
A gradle wrapper is already included in this project. You perform the build by
running the following command in the project's root directory.

If you do not have `gradle` installed yet, follow the installation guide at
<https://gradle.org/install/>.
```bash
./gradlew build
```

If you already have gradle installed then you can use that as well.

```bash
gradle build
```

## Running the Application

Expand Down

0 comments on commit dea6a17

Please sign in to comment.