From 8eacb294e9cb441c1ed67c74f07c86b94c44929a Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 24 Oct 2023 09:33:23 -0400 Subject: [PATCH] update doc format --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f8d220..94c0cdc 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ To install Akeyless Sheller, you need to import it into your Golang project. To use Akeyless Sheller, run the `GetTokenFromAkeylessCommandLine` function. This function requires the `AKEYLESS_CLI_AUTHENTICATION_TOKEN_COMMAND` environment variable to be set. If it is not set, or if it is set to a path that does not point to an executable file, the function will return an error. The value of this variable should be something like: -``` +```sh akeyless auth --access-id p-jgk2szbi1vwd --access-type saml --json --jq-expression '.token' ``` or -``` +```sh /path/to/akeyless auth --access-id p-jgk2szbi1vwd --access-type saml --json --jq-expression '.token' ```