mirror of
https://github.com/DaanSelen/meshbook.git
synced 2026-02-20 16:32:11 +00:00
Readme correct referencing to new docs directory its file.
couple comments and indentations to improve readability.
Added a dummy Ubuntu 22 and MacOS categories as an example.
19 lines
356 B
JSON
19 lines
356 B
JSON
{
|
|
"Linux": {
|
|
"Debian": [
|
|
"Debian GNU/Linux 12 (bookworm)",
|
|
"Debian GNU/Linux 11 (bullseye)"
|
|
],
|
|
"Ubuntu": [
|
|
"Ubuntu 24.04.1 LTS"
|
|
],
|
|
"Ubuntu 22": [
|
|
"Ubuntu 22.04.1 LTS"
|
|
]
|
|
},
|
|
"MacOS": {
|
|
"Sequoia": [
|
|
"macOS 15.0.1"
|
|
]
|
|
}
|
|
} |