Skip to content
This repository has been archived by the owner on Jul 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #11 from dmbaturin/master
Browse files Browse the repository at this point in the history
Improve wording of the developer usage section
  • Loading branch information
philips committed Aug 5, 2019
2 parents b89eda1 + c3aaf5e commit 0dcefad
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,20 @@ rget https://github.com/etcd-io/etcd/releases/download/v3.3.13/etcd-v3.3.13-darw

### GitHub Developer Usage

Generate SHA256SUMS for a GitHub release and upload to the GitHub releases page
It takes two commands to make a release available for verified download with rget:

```
rget github publish-release-sums https://github.com/merklecounty/rget/releases/tag/v0.0.6
```

### Submit a SHA256SUMS to the log
```
rget submit https://github.com/merklecounty/rge/releases/download/v0.0.6/SHA256SUMS
```
The first command will start a local web server and open a Github authorization URL
in your browser. You will have 120 seconds to authorize it.

When authorized, it will calculate SHA256 sums for every file in the release,
create a `SHA256SUMS` file, and add it to the Github release.

The second command will submit the sums to the log.

## Administration Usage

Expand Down

0 comments on commit 0dcefad

Please sign in to comment.