]> arthur.barton.de Git - ansible-collection-boilerplate.git/commitdiff
Enhance the README.md file a bit
authorAlexander Barton <alex@barton.de>
Fri, 8 Dec 2023 21:46:10 +0000 (22:46 +0100)
committerAlexander Barton <alex@barton.de>
Fri, 8 Dec 2023 21:46:10 +0000 (22:46 +0100)
README.md

index 12f35bd30d211b02d4fdfbdedf9efa9775505d5d..7f244915efb87392e2e8efdf370e687abc938f16 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ environment variable to:
   `/usr/local/src/ansible-collection-boilerplate.git`)
 * a URL to a remote Git repository (e. g.
   `git+https://my.git.server/ansible-collection-boilerplate.git`)
-* the name of an Collection stored on the Ansible Galaxy (e. g.
+* the name of a collection stored on the Ansible Galaxy (e. g.
   `alexbarton.boilerplate`)
 
 Example:
@@ -78,6 +78,7 @@ code repository. For Git, something like this:
 ```bash
 git init
 git add .
+git status --no-column
 git commit -m "Initial commit"
 ```