Skip to content
This repository was archived by the owner on Jul 21, 2025. It is now read-only.

Commit c1f679c

Browse files
committed
Minor README rewriting.
1 parent 7053794 commit c1f679c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To test this example you will need:
1111

1212
## Usage
1313

14-
Set up the environment with:
14+
Set up the example's environment and enter it with:
1515

1616
```bash
1717
git clone https://github.com/ggirelli/python-click-autocomplete-example.git
@@ -39,4 +39,6 @@ Now, you should be able to test autocompletion by typing `clicko <TAB> <TAB>`.
3939

4040
The `clicko-autocomplete` script is able to generate and install shell autocompletion configuration files, stored by default in the `autocomplete` subfolder of this package. This is done by exploiting the in-built autocompletion tools served by `click`.
4141

42+
When installing the autocompletion configuration files for `bash` or `zsh`, the `clicko-autocomplete` script is able to check if the config files were already installed, and avoid re-installation.
43+
4244
To read more on autocompletion with `click`, check out [their documentation](https://click.palletsprojects.com/en/8.0.x/shell-completion/).

0 commit comments

Comments
 (0)