docs(installation): improve wording

Amolith created

Change summary

README.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Detailed changes

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