We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b680aa7 commit ff994eaCopy full SHA for ff994ea
tools/bash_completion/install.md
@@ -0,0 +1,13 @@
1
+# Install Guide
2
+
3
+## System-wide Installation (root)
4
5
+- Copy or link the bash completion script, `mbed`, into your `/etc/bash_completion.d` or `/usr/local/etc/bash_completion.d` directory.
6
+- Reopen terminal
7
8
+## Local Installation
9
10
+- `mkdir ~/.bash_completion.d && cp mbed ~/.bash_completion.d/`
11
+- `echo "source ~/.bash_completion.d/mbed" >> ~/.bash_profile`
12
+- logout and login
13
0 commit comments