Skip to content

Commit

Permalink
doc: link to rclone; fix JDK not JRE
Browse files Browse the repository at this point in the history
  • Loading branch information
groovescale committed Mar 26, 2019
1 parent 43eeaea commit e72e8df
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ Weatherballoon takes any local machine command line run/test command and efficie

## Prerequisites

Current local prerequisites are:
Current prerequisites for the local machine are:

- JRE 1.8
- One portable third-party binary (rclone, a golang based cloud file synchronizer)
- JDK 1.8
- One portable third-party binary ([rclone](https://github.com/ncw/rclone), a golang based cloud file synchronizer)
- Credentials on one cloud compute service

Current remote OS prerequisites are:
Current prerequisites for the remote compute image are:

- Ubuntu linux is the target test OS. Other linux-based distributions may work but are not currently tested.

Expand All @@ -71,7 +71,7 @@ Current supported cloud compute services are:
## Installation Instructions

- 1 - Unzip the distribution (currently 3 files) into a location in your path
- 2 - Install rclone
- 2 - Install [rclone](https://github.com/ncw/rclone)
- 3 - run weatherballoon.sh

## Usage
Expand Down

0 comments on commit e72e8df

Please sign in to comment.