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:
parent
eab44f982a
commit
aa322c0014
1 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue