Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Feb 16, 2024
1 parent dfd93e7 commit 17e2f81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This tool allows you to use the `opx` binary to start an application with all `.env` files passed to `op run ...`.

### Install
`cargo install onepassword-secret-util`
`cargo install opx`

```
# start your app with secrets injected
Expand Down Expand Up @@ -58,7 +58,7 @@ How i link it
cargo watch -x "build --release"
# link it
export PATH="$HOME/code/opensource/onepassword-secret-util/target/release:$PATH"
export PATH="$HOME/code/opensource/opx/target/release:$PATH"
```

### Considerations
Expand Down

0 comments on commit 17e2f81

Please sign in to comment.