From 59eab9fcc7c4a0d7b54b780fe135995dac5f991f Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Mon, 24 Nov 2025 15:48:14 -0700 Subject: [PATCH] Removed the unnecessary nomenclature block in the README --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index a1c3511..7dd3567 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,6 @@ references into a single, easy-to-use interface. Built with the [Bashly](https:/ Whether you need to spin up a local database, manage AWS resources, analyze code, or just remember that one command you always forget, `dtools` has you covered. -## Nomenclature -The Devtools script is abbreviated as `dtools` in the command line. This is purely done so that tab completions -work with fewer keystrokes for the CLI itself. Most commonly, `dto` will autocomplete to `dtools`. - --- ## Warnings * **I've only tested these scripts against Debian-based systems (Ubuntu, Pop!_OS, etc.). Some scripts may not @@ -153,4 +149,4 @@ make build ## Running the CLI Assuming you've already run `make install`, the script should now be available on your `PATH`, so running it is as simple as: -`dtools --help` \ No newline at end of file +`dtools --help`