From 81f3a2ae5e52a4dac970817dcf0756f8c619f98e Mon Sep 17 00:00:00 2001 From: Jev Kuznetsov Date: Thu, 23 Apr 2026 13:01:49 +0200 Subject: [PATCH] refactor: update installation commands in README for clarity --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 922a4dc..4605d60 100644 --- a/README.md +++ b/README.md @@ -14,16 +14,7 @@ source init.sh # installs uv if needed, syncs deps, activates venv ``` ```bash -cli-tools install bootstrap # install everything (first-time setup) -cli-tools install apt-packages # git, curl, ripgrep, fd, btop, tldr, ... -cli-tools install uv # uv package manager -cli-tools install fzf # fzf + bat -cli-tools install zoxide # zoxide (z navigation) -cli-tools install eza # modern ls replacement -cli-tools install lazygit # terminal UI for git -cli-tools install docker # Docker + add user to group -cli-tools install claude # Claude Code -cli-tools install helpers # symlink bash_helpers.sh + aliases.sh into ~ +cli-tools install --help # show available commands ``` ## Docker