Skip to content

Commit ff994ea

Browse files
committed
Added simple install guide
1 parent b680aa7 commit ff994ea

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

tools/bash_completion/install.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)