doc: west: Fix west completion docs
west completion is an extension command, and therefore requires the user to be in a zephyr installation in order to be available. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
757366c18c
commit
a8b208aff7
1 changed files with 2 additions and 2 deletions
|
@ -41,8 +41,8 @@ completion script and have it sourced every time you enter a new shell session.
|
|||
|
||||
To obtain the completion script you can use the ``west completion`` command::
|
||||
|
||||
cd ~
|
||||
west completion bash > west-completion.bash
|
||||
cd /path/to/zephyr/
|
||||
west completion bash > ~/west-completion.bash
|
||||
|
||||
.. note::
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue