From b3ac6e8177a0e0e45b2958463c063f09bbae7179 Mon Sep 17 00:00:00 2001 From: Brad Date: Wed, 22 Feb 2023 10:24:18 -0800 Subject: [PATCH] fix readme: go-passbolt-cli instead of passbolt --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9083866..b69797e 100644 --- a/README.md +++ b/README.md @@ -24,11 +24,11 @@ First you need to Setup basic information: the Server Address, your Private Key You have these options: - Save it in the config file using ``` -passbolt configure --serverAddress https://passbolt.example.org --userPassword '1234' --userPrivateKeyFile 'keys/privatekey.asc' +go-passbolt-cli configure --serverAddress https://passbolt.example.org --userPassword '1234' --userPrivateKeyFile 'keys/privatekey.asc' ``` or ``` -passbolt configure --serverAddress https://passbolt.example.org --userPassword '1234' --userPrivateKey '-----BEGIN PGP PRIVATE KEY BLOCK-----' +go-passbolt-cli configure --serverAddress https://passbolt.example.org --userPassword '1234' --userPrivateKey '-----BEGIN PGP PRIVATE KEY BLOCK-----' ``` - Setup Environment Variables - Provide the Flags manually every time