Skip to content

Commit a574c54

Browse files
committed
Doc review/refresh to latest
1 parent be3ab6a commit a574c54

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ You can download these manually in [Releases](https://github.com/continuous-delp
3030
For scripted updates use curl:
3131

3232
```bash
33-
curl -L -O https://github.com/continuous-delphi/delphi-compiler-versions/releases/download/v1.1.0/DELPHI_COMPILER_VERSIONS.inc
33+
curl -L -O https://github.com/continuous-delphi/delphi-compiler-versions/releases/download/v1.6.0/DELPHI_COMPILER_VERSIONS.inc
3434
```
3535

3636
or PowerShell:
3737

3838
```powershell
39-
Invoke-WebRequest -Uri "https://github.com/continuous-delphi/delphi-compiler-versions/releases/download/v1.1.0/DELPHI_COMPILER_VERSIONS.inc" -OutFile "DELPHI_COMPILER_VERSIONS.inc"
39+
Invoke-WebRequest -Uri "https://github.com/continuous-delphi/delphi-compiler-versions/releases/download/v1.6.0/DELPHI_COMPILER_VERSIONS.inc" -OutFile "DELPHI_COMPILER_VERSIONS.inc"
4040
```
4141

4242
### Quick start - submodule
@@ -176,8 +176,8 @@ all point releases within the version family**. Where a platform was introduced
176176
point release (rather than the initial release of the version family), this is noted in the
177177
entry's `notes` array.
178178

179-
Valid platform values: `Win32`, `Win64`, `macOS32`, `macOS64`, `macOSARM64`,
180-
`Linux64`, `iOS`, `iOSSimulator`, `Android32`, `Android64`.
179+
Valid platform values: `Win32`, `Win64`, `macOS32`, `macOS64`, `macOSARM64`, `Linux64`, `iOS32`,
180+
`iOS64`, `iOSSimulator32`, `iOSSimulator64`, `Android32`, `Android64`, `WinARM64EC`.
181181

182182
------------------------------------------------------------------------
183183

0 commit comments

Comments
 (0)