Commit 39bbf9a

Anton Golub <antongolub@antongolub.com>
2025-04-01 11:03:51
docs: update setup guide (#1177)
1 parent 9511ba3
Changed files (1)
docs/setup.md
@@ -27,10 +27,10 @@ deno install -A npm:zx
 ```
 
 ```bash [jsr]
-# https://jsr.io/docs/using-packages
+npx jsr add @webpod/zx
+deno add jsr:@webpod/zx
 
-npx jsr add @zx/zx
-deno add jsr:@zx/zx
+# https://jsr.io/docs/using-packages
 ```
 
 ```bash [docker]
@@ -48,11 +48,20 @@ brew install zx
 ## Channels
 
 zx is distributed in several versions, each with its own set of features.
-* Extracted zx core functions go to the `lite` channel: `npm i zx@lite`.  
+* Extracted zx core functions go to the [`lite`](https://www.npmjs.com/package/zx?activeTab=versions) channel: `npm i zx@lite`.  
 * Dev snapshots are published to npm under the [`dev` tag](https://www.npmjs.com/package/zx?activeTab=versions): `npm i zx@dev`.  
 
 Detailed comparison: [versions](./versions).
 
+Please check the download sources carefully. Official links are:
+
+* [npmjs](https://www.npmjs.com/package/zx)
+* [GH npm](https://github.com/google/zx/pkgs/npm/zx)
+* [GH repo](https://github.com/google/zx)
+* [GH docker](https://github.com/google/zx/pkgs/container/zx)
+* [JSR](https://jsr.io/@webpod/zx)
+* [Homebrew](https://github.com/Homebrew/homebrew-core/blob/master/Formula/z/zx.rb)
+
 ## Bash
 
 zx mostly relies on bash, so make sure it's available in your environment. If you're on Windows, consider using [Windows Subsystem for Linux](https://docs.microsoft.com/en-us/windows/wsl/install) or [Git Bash](https://git-scm.com/downloads).