re-introduce install instructions with to releases #1649
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Installation instructions were included with releases until 0.16.0, but lost after that, perhaps with release automation moving to GitHub. These instructions are still referenced in the README.md as being available in Releases, so this PR reintroduces them.
Description of the change
Re-introduces installation instructions in Releases, as referenced by README.md
Benefits
Maintain consistency with README instructions
Possible drawbacks
Splitting the instructions across multiple locations. It may be preferred to move them to README.md, but automation will be required to keep version numbers consistent.
Applicable issues
Additional information
Install instructions were taken from those previously present in Releases, as well as from existing README instructions for client installs. There may be additional client installs or a change to the preferred controller installation method which hasn't been considered here.