From 9943823fc801fbfa27e04cf0a5635b2e00ce2ed1 Mon Sep 17 00:00:00 2001 From: Jade Michael Thornton Date: Wed, 8 Mar 2023 09:38:25 -0500 Subject: [PATCH] update documentation --- README.md | 2 +- zpico.zsh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 54fd6cb..216e5e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ZPico -The minuscule zsh package manager. No frills, no bloat, just 2 kB of 100% Zsh code, providing complete package management for your Zsh environment. +The minuscule zsh package manager. No frills, no bloat, just 4 kB of 100% Zsh code, providing complete package management for your Zsh environment. Zsh package managers are abundant, but most are bloated, slow or have excessive requirements. On top of that, more than a few have been abandoned for years. Zpico does not seek to be the best of the best, rather to balance functionality against a tiny, fast footprint. diff --git a/zpico.zsh b/zpico.zsh index 66907a3..e4f9d08 100644 --- a/zpico.zsh +++ b/zpico.zsh @@ -1,7 +1,5 @@ # Zpico -- the miniscule zsh package manager # -# Version 0.4.0 -# # https://github.com/thornjad/zpico # Copyright (c) 2021-2023 Jade Michael Thornton under the terms of the ISC License