aboutsummaryrefslogtreecommitdiff
path: root/docs/cli_tab_complete.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cli_tab_complete.md')
-rw-r--r--docs/cli_tab_complete.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli_tab_complete.md b/docs/cli_tab_complete.md
index 2217d4fd3..200477624 100644
--- a/docs/cli_tab_complete.md
+++ b/docs/cli_tab_complete.md
@@ -18,7 +18,7 @@ If you put `qmk_firmware` into another location you will need to adjust this pat
18 18
19If you want the tab completion available to all users of the system you can add a symlink to the `qmk_tab_complete.sh` script: 19If you want the tab completion available to all users of the system you can add a symlink to the `qmk_tab_complete.sh` script:
20 20
21 `ln -s ~/qmk_firmware/util/qmk_tab_complete.sh /etc/profile.d/qmk_tab_complete.sh` 21 ln -s ~/qmk_firmware/util/qmk_tab_complete.sh /etc/profile.d/qmk_tab_complete.sh
22 22
23### System Wide Copy 23### System Wide Copy
24 24