From 17e2f81797041f95fe23e72116c32dcc5e94f3a3 Mon Sep 17 00:00:00 2001 From: Sean Boult <996134+Hacksore@users.noreply.github.com> Date: Thu, 15 Feb 2024 20:46:12 -0600 Subject: [PATCH] Readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ffc6b6..0c68584 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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