Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Aine Riordan <44700011+ariordan-redhat@users.noreply.github.com>
  • Loading branch information
cristianonicolai and ariordan-redhat authored Dec 14, 2023
1 parent 9d2c529 commit c1d33f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The curated list of tools installed as part of the Ansible Development Tools inc

## Getting started

To get started, please follow the [installation](installation.md) steps to get ADT setup and jump into [Getting Started](getting-started.md) guide for more details.
To get started, follow the [installation](installation.md) steps to get ADT setup and jump into the [Getting Started](getting-started.md) guide for more details.

## Community

Expand Down
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@ hide:

`pip install ansible-dev-tools`

Once installation is completed, visit [Getting Started](getting-started.md) guide for more details about ADT usage.
Once installation is completed, see the [Getting Started](getting-started.md) guide for more details about ADT usage.

### Latest Releases

- GitHub
Visit the [ADT GitHub releases page](https://github.com/ansible/ansible-dev-tools/releases) to view the latest releases. Each release includes detailed release notes outlining new features, improvements, and bug fixes.
To view the latest releases, see the [ADT GitHub releases page](https://github.com/ansible/ansible-dev-tools/releases). Each release includes detailed release notes outlining new features, improvements, and bug fixes.

- PyPI
The [PyPI page for ADT](https://pypi.org/project/ansible-dev-tools/) provides information on the latest stable release and allows you to download specific versions of the package.

## Upgrade

To upgrade ADT to the latest version, you can use the following pip command:
To upgrade ADT to the latest version, use the following pip command:

`pip install --upgrade ansible-dev-tools`

Expand All @@ -36,7 +36,7 @@ If needed, you can downgrade ADT to a specific version using the following pip c

## Uninstallation

If you need to uninstall ADT, you can use the following pip command:
If you need to uninstall ADT, use the following pip command:

`pip uninstall ansible-dev-tools`

Expand Down

0 comments on commit c1d33f5

Please sign in to comment.