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 ```