1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 08:57:34 +00:00

Ports: Update explanation of files syntax in README

This commit is contained in:
Tim Ledbetter 2023-08-23 21:57:08 +01:00 committed by Tim Schumacher
parent eab44f982a
commit aa322c0014

View file

@ -194,12 +194,11 @@ An array of external files required by the port, one per line. The format of eac
entry is as follows:
```text
URL NAME HASH
URL HASH
```
Where `URL` is the URL from where the file will be downloaded (using `curl`),
`NAME` is the output name of the downloaded file, and `HASH` is an SHA256 hash
that will be used for verification.
Where `URL` is the URL from where the file will be downloaded (using `curl`)
and `HASH` is the SHA256 hash that will be used for verification.
For example: