Skip to content

Commit e273d77

Browse files
committed
update completions readme
1 parent 08e2c43 commit e273d77

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/bashly/completions/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,18 @@
11
# Completions for bashly executable
22

3-
This directory contains support file for generating bash completions.
3+
This directory contains templates for generating bash completions.
44

55
## For developers
66

77
From the root directory of the repository, run `run completions`. This will:
88

99
1. Read the `completely.yaml.gtx` template
10-
2. Write the `completely.yaml` file
10+
2. Write the `completely.yaml` file (to allow testing with completely)
1111
3. Generate the `bashly-completions.bash` file
1212
4. Copy it to the completions directory with `sudo`
1313

14+
Note that for production use, only the `bashly-completions.bash` is used.
15+
1416
## For users
1517

1618
Install completions in one of two ways:

0 commit comments

Comments
 (0)