Skip to content

Commit 5e41043

Browse files
committed
Added install guide to readme
1 parent ff994ea commit 5e41043

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,12 @@ To uninstall mbed CLI, simply run:
105105
pip uninstall mbed-cli
106106
```
107107

108+
### Adding Bash tab completion
109+
110+
To install mbed-cli bash tab completion navigate to the `tools/bash_completion` directory. Then copy the `mbed` script into your `/etc/bash_completion.d/` or `/usr/local/etc/bash_completion.d` directory and reload your terminal.
111+
112+
[Full documentation here](tools/bash_completion/install.md)
113+
108114
## Quickstart video
109115

110116
<span class="images">[![Video tutorial](http://img.youtube.com/vi/PI1Kq9RSN_Y/0.jpg)](https://www.youtube.com/watch?v=PI1Kq9RSN_Y)</span>

0 commit comments

Comments
 (0)