From e429c7f21de81d0c8ae4e1e3f5c9e41fc4ff93e2 Mon Sep 17 00:00:00 2001 From: Caroline McNamara Date: Tue, 22 Aug 2023 13:11:14 +0100 Subject: [PATCH] add login --- .../docs/cli-command-reference/cli-command-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/markdown-pages/docs/cli-command-reference/cli-command-reference.md b/src/markdown-pages/docs/cli-command-reference/cli-command-reference.md index cad3087e..e6480311 100644 --- a/src/markdown-pages/docs/cli-command-reference/cli-command-reference.md +++ b/src/markdown-pages/docs/cli-command-reference/cli-command-reference.md @@ -31,7 +31,7 @@ On Mac or Unix: 1. Download the binary and re-name it to `galasactl`. 2. Add `galasactl` to your PATH to enable the tool to be called from the command line without having to specify the path to the directory in which it is stored. 3. Set execute permission on the binary by running the `chmod +x galasactl` command in the directory containing `galasactl`. -4. Set permission to open the CLI tool by running the `spctl --add galasactl` command in the directory containing `galasactl`. +4. Set permission to open the CLI tool by running the `spctl --add galasactl` command in the directory containing `galasactl`. Enter your user name and password in the pop-up security panel to log in. You are now able to run Galasa CLI commands from the command line.