Skip to content

Commit

Permalink
Update to use new smithy-lang tap (#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmellema authored Jul 31, 2023
1 parent d783343 commit a121019
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source-2.0/guides/smithy-cli/cli_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ Releases of the Smithy CLI can be found on the `Smithy GitHub releases`_ page.
.. tab:: Homebrew

You can get the CLI via Homebrew by first tapping the official
`AWS Homebrew Tap`_, and then installing the ``smithy-cli`` formula.
`Smithy Homebrew Tap`_, and then installing the ``smithy-cli`` formula.

.. code-block:: sh
:caption: /bin/sh
brew tap aws/tap && brew install smithy-cli
brew tap smithy-lang/tap && brew install smithy-cli
After the install completes, you may run ``smithy --help`` to verify
your installation.
Expand Down Expand Up @@ -503,6 +503,6 @@ We'll be using these to perform the verification.


.. _Smithy GitHub releases: https://github.com/smithy-lang/smithy/releases
.. _AWS Homebrew Tap: https://github.com/aws/homebrew-tap
.. _Smithy Homebrew Tap: https://github.com/smithy-lang/homebrew-tap
.. _release: https://github.com/smithy-lang/smithy/releases/download/__smithy_version__
.. _key validation: https://www.gnupg.org/gph/en/manual/x334.html

0 comments on commit a121019

Please sign in to comment.