mirror of
https://github.com/dockur/macos.git
synced 2026-03-11 08:34:24 +00:00
docs: Divide list of versions into the actual version and release name of MacOS (#100)
This commit is contained in:
parent
c9c3d82a54
commit
c2aa3c6f43
1 changed files with 7 additions and 7 deletions
14
readme.md
14
readme.md
|
|
@ -85,13 +85,13 @@ kubectl apply -f kubernetes.yml
|
|||
|
||||
Select from the values below:
|
||||
|
||||
| **Value** | **Version** |
|
||||
|----|-----|
|
||||
| `sequoia` | macOS Sequoia |
|
||||
| `sonoma` | macOS Sonoma |
|
||||
| `ventura` | macOS Ventura |
|
||||
| `monterey` | macOS Monterey |
|
||||
| `big-sur` | macOS Big Sur |
|
||||
| **Value** | **Version** | **Name** |
|
||||
|-------------|----------------|------------------|
|
||||
| `sequoia` | macOS 15 | Sequoia |
|
||||
| `sonoma` | macOS 14 | Sonoma |
|
||||
| `ventura` | macOS 13 | Ventura |
|
||||
| `monterey` | macOS 12 | Monterey |
|
||||
| `big-sur` | macOS 11 | Big Sur |
|
||||
|
||||
### How do I change the storage location?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue