Skip to content

Commit e0aa0a0

Browse files
authored
Merge pull request #18 from envato/gpavelar/readme-update
Readme Update
2 parents d2856fd + 3cf41c9 commit e0aa0a0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.,
1818
sudo 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

7373
A [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
7878
repos:

0 commit comments

Comments
 (0)