8000 docs: clarified how tools flavours are selected by cmaglie · Pull Request #2260 · arduino/arduino-cli · GitHub
[go: up one dir, main page]

Skip to content

docs: clarified how tools flavours are selected #2260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 14, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update docs/package_index_json-specification.md
Co-authored-by: Alessio Perugini <alessioper.98@gmail.com>
  • Loading branch information
cmaglie and alessio-perugini authored Aug 10, 2023
commit 5c9070750605d1e2800a21c43c86b201c93ccbb6
4 changes: 2 additions & 2 deletions docs/package_index_json-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ The other fields are:
#### Tools flavours (available builds made for different OS)

Each tool version may come in different build flavours for different OS. Each flavour is listed under the `systems`
array. The IDE will take care to install the right flavor for the user's OS by matching the `host` value with the
follwing table, or fail if a needed flavour is missing.
array. The IDE will take care to install the right flavour for the user's OS by matching the `host` value with the
following table or fail if a needed flavour is missing.

| OS flavour | `host` regexp value | `host` suggested value |
| ------------ | ------------------------------------- | ---------------------------------- |
Expand Down
0