Update winget contrib doc

This commit is contained in:
Filipe PINTO 2023-01-26 12:54:17 +01:00 committed by GitHub
parent c25798ff15
commit cec9b83e9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,5 @@ Official hurl manifest URL [#324](https://github.com/Orange-OpenSource/hurl/issu
Update manifest command:
```
wingetcreate update --submit --token {personal_github_token} --urls https://github.com/Orange-OpenSource/hurl/releases/download/{version}/hurl-{version}-win64-installer.exe --version {version} Orange-OpenSource.Hurl
wingetcreate update --submit --token <personal_github_token> --urls https://github.com/Orange-OpenSource/hurl/releases/download/<version>/hurl-<version>-win64-installer.exe --version <version> Orange-OpenSource.Hurl
```