From 2779cad905ab01b525556e88f0ec0d42a78b887d Mon Sep 17 00:00:00 2001 From: Alex Clarke <39523942+Dark-Alex-17@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:37:43 -0700 Subject: [PATCH] Updated README to mention the tab completions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 78d4864..85ecb49 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ git clone git@github.com:Dark-Alex-17/devtools.git ~/.local/share/devtools && pu This will install the repo to `~/.local/share/devtools` and run the `make install` command to build and install the script to your local bin directory (usually `~/.local/bin`). +This will also install the tab completions to your `~./bashrc`, so be sure to `source ~/.bashrc` to enable the completions. + Just run `dtools --help` to get started! ---