Skip to content

Commit

Permalink
docs: update documentation #29
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Mar 20, 2022
1 parent ff52625 commit 7ca7a8a
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Cask.toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,12 @@ x86_64 = "https://github.com/<username>/<repo>/releases/download/v{version}/darw

2. URL detail struct

| Field | Description | type | required | example |
| --------- | ------------------------------------------------------------- | ------ | -------- | --------- |
| **url** | The url of resource that will be download | string | true | |
| checksum | The checksum(SHA256) of resource. Check checksum if provided. | string | | |
| extension | The resource extension. Specify the extension of resource | string | | ".tar.gz" |
| Field | Description | type | required | example |
| --------- | ------------------------------------------------------------- | ------ | -------- | ------------- |
| **url** | The url of resource that will be download | string | true | |
| checksum | The checksum(SHA256) of resource. Check checksum if provided. | string | | |
| extension | The resource extension. Specify the extension of resource | string | | ".tar.gz" |
| path | The folder that binary file locate in the tarball | string | | "/sub-folder" |

```toml
[darwin]
Expand Down

0 comments on commit 7ca7a8a

Please sign in to comment.