Skip to content

Commit

Permalink
update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
apenella committed Jan 19, 2024
1 parent 9f16bd4 commit 4c2e989
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Let's dive in and explore the capabilities of `go-ansible` together.
- [Packages](#packages)
- [Adhoc](#adhoc)
- [Playbook](#playbook)
- [Inventory](#Inventory)
- [Inventory](#inventory)
- [Execute](#execute)
- [DefaultExecute](#defaultexecute)
- [Custom executor](#custom-executor)
Expand Down Expand Up @@ -48,7 +48,7 @@ Let's dive in and explore the capabilities of `go-ansible` together.
To install the latest stable version of `go-ansible`, run the following command:

```sh
go get github.com/apenella/go-ansible@v1.2.2
go get github.com/apenella/go-ansible@v1.3.0
```

This command will fetch and install the latest version of `go-ansible`, ensuring that you have the most up-to-date and stable release.
Expand Down

0 comments on commit 4c2e989

Please sign in to comment.