~ruther/qmk_firmware

0002acd4a319d4b692fd9665f14b60e4936dcd83 — coliss86 3 years ago 6ee29d9
Fix Typo in documentation (#14942)

1 files changed, 1 insertions(+), 1 deletions(-)

M docs/cli_tab_complete.md
M docs/cli_tab_complete.md => docs/cli_tab_complete.md +1 -1
@@ 18,7 18,7 @@ If you put `qmk_firmware` into another location you will need to adjust this pat

If you want the tab completion available to all users of the system you can add a symlink to the `qmk_tab_complete.sh` script:

    `ln -s ~/qmk_firmware/util/qmk_tab_complete.sh /etc/profile.d/qmk_tab_complete.sh`
    ln -s ~/qmk_firmware/util/qmk_tab_complete.sh /etc/profile.d/qmk_tab_complete.sh

### System Wide Copy