Skip to content

Commit

Permalink
Add www to install URLs (#8396)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh authored Feb 26, 2025
1 parent 846a6d3 commit 28c43e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/intro/cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To get started with Gel, the first step is install the |gelcmd| CLI.

.. code-block:: bash
$ curl --proto '=https' --tlsv1.2 -sSf https://geldata.com/sh | sh
$ curl --proto '=https' --tlsv1.2 -sSf https://www.geldata.com/sh | sh
**Windows Powershell**

Expand All @@ -28,7 +28,7 @@ To get started with Gel, the first step is install the |gelcmd| CLI.

.. code-block:: powershell
PS> iwr https://geldata.com/ps1 -useb | iex
PS> iwr https://www.geldata.com/ps1 -useb | iex
Follow the prompts on screen to complete the installation. The script will
download the |gelcmd| command built for your OS and add a path to it to your
Expand Down
8 changes: 4 additions & 4 deletions docs/reference/cli/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ on-screen instructions:

.. code-block:: bash
$ curl --proto '=https' --tlsv1.2 -sSf https://geldata.com/sh | sh
$ curl --proto '=https' --tlsv1.2 -sSf https://www.geldata.com/sh | sh
For Windows, the installation script is:

.. code-block:: powershell
PS> iwr https://geldata.com/ps1 -useb | iex
PS> iwr https://www.geldata.com/ps1 -useb | iex
* The `script <https://geldata.com/sh>`_, inspired by ``rustup``, will
* The `script <https://www.geldata.com/sh>`_, inspired by ``rustup``, will
detect the OS and download the appropriate build of the Gel CLI
tool, ``gel``.
* The |gelcmd| command is a single executable (it's `open source!
Expand Down Expand Up @@ -57,7 +57,7 @@ version of |Gel| itself!) use this command:

.. code-block:: bash
$ curl --proto '=https' --tlsv1.2 -sSf https://geldata.com/sh | \
$ curl --proto '=https' --tlsv1.2 -sSf https://www.geldata.com/sh | \
sh -s -- --nightly
Expand Down

0 comments on commit 28c43e4

Please sign in to comment.