mirror of
https://git.nolog.cz/NoLog.cz/nginx-configurator.git
synced 2025-01-31 03:43:35 +01:00
add shell completion instructions
This commit is contained in:
parent
4f3c067fe8
commit
d4928b2981
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,8 @@ Run `build.sh` on a linux(-ish) machine. The output is a tarball `ncc.tar`.
|
|||
* Copy configuration `config` to `/etc/ncc` and modify to suit your environment
|
||||
* Add `/etc/ncc/ncc-hook.sh` as a hook to your `dehydrated` installation
|
||||
* Add `ncc` to your `PATH`
|
||||
* Optionally add shell completion:
|
||||
* Bash: `_NCC_COMPLETE=bash_source ncc > /etc/bash_completion.d/ncc && . /etc/bash_completion.d/ncc`
|
||||
|
||||
# Usage
|
||||
|
||||
|
|
Loading…
Reference in a new issue