-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
97 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -96,10 +96,10 @@ _**Important:** The master branch may contain unreleased or pre-released feature | |
Use this command to fetch and install the _go-ansible_ module. You can install the release candidate version by executing the following command: | ||
|
||
```sh | ||
go get github.com/apenella/go-ansible/[email protected]-rc.3 | ||
go get github.com/apenella/go-ansible/[email protected] | ||
``` | ||
|
||
You can also install the latest stable version by executing the following command: | ||
You can also install the previous stable version by executing the following command: | ||
|
||
```sh | ||
go get github.com/apenella/go-ansible | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters