Skip to content

Commit 7ac4791

Browse files
Add https to biz URL (#31)
1 parent 5b5c144 commit 7ac4791

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

modules/ROOT/pages/install.adoc

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Scripted installation (recommended)::
4141
+
4242
[source,shell]
4343
----
44-
curl -sSL ibm.biz/astra-cli | sh
44+
curl -sSL https://ibm.biz/astra-cli | sh
4545
----
4646
+
4747
.Install to a custom location
@@ -57,12 +57,11 @@ export ASTRA_HOME=**INSTALLATION_DIRECTORY**
5757
Replace `**INSTALLATION_DIRECTORY**` with the full path to your preferred installation directory.
5858
====
5959

60-
. Add the following lines to your shell profile (for example, `~/.zprofile` or `~/.bash_profile`) to make the `astra` command executable from any directory:
60+
. Add the `astra` executable to your `PATH` by running the command supplied after installation:
6161
+
6262
[source,bash]
6363
----
64-
# Astra CLI shell configuration
65-
eval "$(~/.astra/cli/astra shellenv)"
64+
echo 'eval "$(~/.astra/cli/astra shellenv)"' >> ~/.zprofile
6665
----
6766

6867
. Reload your shell profile or open a new terminal window.
@@ -143,7 +142,7 @@ Scripted installation (recommended)::
143142
+
144143
[source,powershell]
145144
----
146-
powershell -c "irm ibm.biz/astra-cli-win | iex"
145+
powershell -c "irm https://ibm.biz/astra-cli-win | iex"
147146
----
148147
+
149148
.Install to a custom location

0 commit comments

Comments
 (0)