Removed the unnecessary nomenclature block in the README

This commit is contained in:
2025-11-24 15:48:14 -07:00
parent 0d8cdf2e4b
commit 59eab9fcc7
+1 -5
View File
@@ -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 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. 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<TAB>` will autocomplete to `dtools`.
--- ---
## Warnings ## Warnings
* **I've only tested these scripts against Debian-based systems (Ubuntu, Pop!_OS, etc.). Some scripts may not * **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 ## 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: 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` `dtools --help`