Skip to content

Commit

Permalink
Merge pull request nautobot#55 from chadell/fix-install-typo
Browse files Browse the repository at this point in the history
Fix typo in collection install example
  • Loading branch information
jvanderaa authored Jul 6, 2021
2 parents 53dccaa + da19353 commit 6fc1d47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Follow these steps to install from source:
1. ``git clone [email protected]:nautobot/nautobot-ansible.git``
2. ``cd nautobot-ansible``
3. ``ansible-galaxy collection build .``
4. ``ansible-galaxy collection install networktocode.nautobot*.tar.gz``
4. ``ansible-galaxy collection install networktocode-nautobot*.tar.gz``

Build From Source (Pull Request)
-----------------------------------
Expand All @@ -35,7 +35,7 @@ This is useful to test code within PRs.
3. ``git fetch origin pull/<pr #>/head:<whatever-name-you-want>``
4. ``git checkout <whatever-name-you-want>``
5. ``ansible-galaxy collection build .``
6. ``ansible-galaxy collection install networktocode.nautobot*.tar.gz``
6. ``ansible-galaxy collection install networktocode-nautobot*.tar.gz``

.. _GitHub: https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/checking-out-pull-requests-locally
.. note:: The following link provides detailed information on checking out pull requests locally: GitHub_
.. note:: The following link provides detailed information on checking out pull requests locally: GitHub_

0 comments on commit 6fc1d47

Please sign in to comment.