File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ Precompiled binaries can be downloaded from [releases](https://github.com/envato
1212### Go
1313
1414```
15- go install github.com/envato/ejsonkms@latest
15+ go install github.com/envato/ejsonkms/cmd/ejsonkms @latest
1616
1717# Move binary to somewhere on $PATH. E.g.,
1818sudo cp "${GOBIN:-$HOME/go/bin}/ejsonkms" /usr/local/bin/
@@ -72,7 +72,7 @@ Note that only secrets under the "environment" key will be exported using the `e
7272
7373A [ pre-commit] ( https://pre-commit.com/ ) hook is also supported to automatically run ` ejsonkms encrypt ` on all ` .ejson ` files in a repository.
7474
75- To use, add the following to a ` .pre-commit-conifg .yaml ` file in your repository:
75+ To use, add the following to a ` .pre-commit-config .yaml ` file in your repository:
7676
7777``` yaml
7878repos :
You can’t perform that action at this time.
0 commit comments