Skip to content

Commit

Permalink
Merge pull request square#265 from mandrean/patch-1
Browse files Browse the repository at this point in the history
Add installation instructions
  • Loading branch information
mbyczkowski authored Oct 13, 2019
2 parents a5f6a94 + befa2f2 commit 2c8b642
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions jose-util/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ The `jose-util` command line utility allows for encryption, decryption, signing
and verification of JOSE messages. Its main purpose is to facilitate dealing
with JOSE messages when testing or debugging.

## Installation

```
$ go get -u github.com/square/go-jose/jose-util
$ go install github.com/square/go-jose/jose-util
```

## Usage

The utility includes the subcommands `encrypt`, `decrypt`, `sign`, `verify` and
Expand Down

0 comments on commit 2c8b642

Please sign in to comment.