nextstrain / nextstrain.org

The Nextstrain website
https://nextstrain.org
GNU Affero General Public License v3.0
87 stars 49 forks source link

endpoints/cli: Make installer OS param accept `uname -s` output… #924

Closed tsibley closed 1 week ago

tsibley commented 1 week ago

…by making it case-insensitive (so "Linux" matches "linux") and accepting "Darwin" as alias for "mac".

Accepting uname -s make it easier to give cross-platform instructions for Linux/macOS. This is intended for ad-hoc installations for internal usage by developers; it's not a suggestion to change our general installation docs.

Checklist