Skip to content

Commit

Permalink
add install.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Goodman <alex.goodman@anchore.com>
  • Loading branch information
wagoodman committed Oct 20, 2022
1 parent 37f49b8 commit a8bbf07
Show file tree
Hide file tree
Showing 2 changed files with 712 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ Simple mac binary signing and notarization from any platform (replacing the `cod
$ quill sign-and-notarize --p12 [path-to-p12] [path-to-unsigned-binary]
```

## Installation

```bash
curl -sSfL https://raw.githubusercontent.com/anchore/quill/main/install.sh | sh -s -- -b /usr/local/bin
```

... or, you can specify a release version and destination directory for the installation:

```
curl -sSfL https://raw.githubusercontent.com/anchore/quill/main/install.sh | sh -s -- -b <DESTINATION_DIR> <RELEASE_VERSION>
```


## Usage

First you need to download the signing private key and certificate from Apple. Once you do this you need to attach
Expand Down
Loading

0 comments on commit a8bbf07

Please sign in to comment.