Skip to content

Commit d7f1701

Browse files
committed
updated readme
1 parent 96a6601 commit d7f1701

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Carapace-aws is an enriched completer for [aws-cli].
44

55
![](./carapace-aws.png)
66

7+
## Getting Started
8+
9+
With [carapace-bin] `carapace-aws` is implicitly used when the binary is in [PATH].
10+
11+
Otherwise [source](https://carapace-sh.github.io/carapace/carapace/gen.html#hidden-subcommand) the output of `carapace-aws _carapace`.
12+
713
## How it works
814

915
The subcommands in [aws-cli] are mostly based on the [botocore] service definitions.
@@ -14,12 +20,6 @@ Carapace-aws parses the [botocore] service definitions into a [carapace] based c
1420
This enables support for descriptions, colored hightlighting, and custom completions.
1521
Undefined completions are then simply delegated to the official [aws_completer].
1622

17-
## Getting Started
18-
19-
When using [carapace-bin] `carapace-aws` is implicitly used when the binary is in [PATH].
20-
21-
Otherwise [source](https://carapace-sh.github.io/carapace/carapace/gen.html#hidden-subcommand) the output of `carapace-aws _carapace`.
22-
2323
[auto-prompt]:https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-parameters-prompting.html
2424
[aws-cli]:https://github.com/aws/aws-cli
2525
[aws_completer]:https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-completion.html

0 commit comments

Comments
 (0)