Skip to content

Commit

Permalink
doc: add macOS codesign (#108)
Browse files Browse the repository at this point in the history
Add macOS codesign

Signed-off-by: Junjie Gao <[email protected]>
  • Loading branch information
JeyJeyGao authored May 8, 2023
1 parent 07677f4 commit f2a6eac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Before you begin, make sure the latest version of the [Notation CLI has been ins
# install the plugin
mkdir -p ${install_path}
tar xvzf ${tar_file} -C ${install_path} notation-azure-kv

# ad-hoc sign the binary
codesign -s - ${install_path}/notation-azure-kv
```

For Windows Powershell:
Expand Down

0 comments on commit f2a6eac

Please sign in to comment.