From 403ee3a5e23585b680402efe2d49f9a02e26406c Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 30 Oct 2025 06:41:11 -0600 Subject: [PATCH] docs(installation): improve wording --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 14e76a1c403e3a2db05522c18c5048d46925f0f1..ca118e9f5ead7a00c3f94f84da694c96a461317c 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ You need both the binary and the prompt. ### The binary - Using [bin](https://github.com/marcosnils/bin) (highly recommended - because of centralised management/updates for statically-linked CLI tools like - this) + because it's one tool to manage and update myriad CLI tools + distributed as statically-linked binaries, like _nasin pali_) ```bash bin install goinstall://git.secluded.site/np@latest ``` -- Using the [go toolchain](https://go.dev/dl) (requires - tracking updates manually) +- Using the [go toolchain](https://go.dev/dl) (requires tracking updates + manually) ```bash go install git.secluded.site/np@latest ```