Skip to content

Commit

Permalink
readme: update autocompletion file instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelohdez committed Feb 19, 2024
1 parent 7cc0a01 commit 52c3e63
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,12 @@ mkdir -p $(atmpt -d)
cp -r templates/* $(atmpt -d)
```

Additionally, autocompletion files for several shells are created in a new
`completions` directory. These should be placed in your respective shell's
autocompletion directory, for example, `zsh` reads completion files from any
directory in your `$fpath` environment variable.
Additionally, _autocompletion files_ for several shells are created in cargo's
`$OUTDIR` directory, which should have been printed out by cargo during
compilation, something like: `./target/release/build/atmpt-<hash>/out/`. These
should be placed in your respective shell's autocompletion directory, for
example, `zsh` reads completion files from any directory in your `$fpath`
environment variable.

## Data Directory

Expand Down

0 comments on commit 52c3e63

Please sign in to comment.